Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jul 10, 2024
1 parent 6d41cc4 commit b252438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ bevy = { version = "0.14.0", features = ["dynamic_linking"] }

## My open questions

### Use `setup_' or`add_` for functions that add components in the Setup phase?
### Use `setup_' or `add_` for functions that add components in the Setup phase?

Check failure on line 100 in faq.md

View workflow job for this annotation

GitHub Actions / check_markdown

Spaces inside code span elements [Context: "`setup_' or `"]

The Bevy example often start functions that
add `Components` at the `App` at startup with `setup`, e.g. `setup_camera`.
Expand Down

0 comments on commit b252438

Please sign in to comment.