Skip to content

Commit 5dd0700

Browse files
committed
fix link
1 parent 90f8048 commit 5dd0700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/introprog/BlockGame.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package introprog
33
import java.awt.Color
44

55
/** A class for creating games with block-based graphics.
6-
* See example usage in [`introprog.examples.TestBlockGame`](https://github.com/lunduniversity/introprog-scalalib/blob/master/src/main/scala/introprog/examples/TestBlockGame.scala#L7).
6+
* See example usage in [introprog.examples.TestBlockGame](https://github.com/lunduniversity/introprog-scalalib/blob/master/src/main/scala/introprog/examples/TestBlockGame.scala#L7)
77
*
88
* @constructor Create a new game.
99
* @param title the title of the window

0 commit comments

Comments
 (0)