Skip to content

Commit

Permalink
Fix chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Aug 29, 2024
1 parent 0803668 commit 51c3b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chapters/add_text.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Now we force our game to actually store the text in an entity:
```rust
fn test_app_has_text() {
let mut app = create_app(String::from("irrelevant"));
app.update()
app.update();
assert_eq!(count_n_texts(&mut app), 1);
}
```
Expand Down

0 comments on commit 51c3b42

Please sign in to comment.