Skip to content

Commit

Permalink
Fix typo in flecs script manual
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Jan 3, 2025
1 parent 9b4c989 commit 722f673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/FlecsScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ e {
Match expressions can be used to conditionally assign a value. An example:

```cpp
const: = 1
const x: = 1

// y will be assigned with value 10
const y: match x {
Expand Down

0 comments on commit 722f673

Please sign in to comment.