Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Jun 11, 2024
1 parent 90f8048 commit 5dd0700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/introprog/BlockGame.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package introprog
import java.awt.Color

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

0 comments on commit 5dd0700

Please sign in to comment.