diff --git a/src/cairo/hello-dojo.md b/src/cairo/hello-dojo.md index 058d5d86..e7529fbe 100644 --- a/src/cairo/hello-dojo.md +++ b/src/cairo/hello-dojo.md @@ -178,11 +178,11 @@ set!( world, ( Moves { - player, remaining: moves.remaining + 10, last_direction: Direction::None(()) - }, + player, remaining: moves.remaining + 10, last_direction: Direction::None(()) + }, Position { - player, vec: Vec2 { x: position.vec.x + 10, y: position.vec.y + 10} - }, + player, vec: Vec2 { x: position.vec.x + 10, y: position.vec.y + 10} + }, ) ); ```