We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d1218 commit 9105b47Copy full SHA for 9105b47
src/wollok/game.wlk
@@ -7,7 +7,7 @@ object game {
7
8
/** Collection of visual objects in the game */
9
const visuals = []
10
- /** Game is running? */
+ /** Is Game running? */
11
var property running = false
12
/**
13
* Allows to configure a visual component as "error reporter".
0 commit comments