Commit 93a9d85b authored by Elena Berrios's avatar Elena Berrios
Browse files

Typo in Circle documentation

parent fb62d6aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ public abstract class Circle extends GameObject{

    /**
     * Abstract function to draw Circle objects to the screen.
     * See Player and Detecter classes for implementations.
     * See Player and Detector classes for implementations.
     * @param canvas the canvas to which the object will be drawn
     */
    public abstract void draw(Canvas canvas);