Skip to content

Commit

Permalink
Fix typo in profile_developers_guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quaelnix committed Feb 5, 2024
1 parent 2f14223 commit 6a0f69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/profile_developers_guide.md
Expand Up @@ -176,7 +176,7 @@ All expressions have one of the following basic forms:
- `and <boolean expression 1> <boolean expression 2>`
- `xor <boolean expression 1> <boolean expression 2>`
- `multiply <numeric expression 1> <numeric expression 2>`
- `div <numeric expression 1> <numeric expression 2>`
- `divide <numeric expression 1> <numeric expression 2>`
- `add <numeric expression 1> <numeric expression 2>`
- `sub <numeric expression 1> <numeric expression 2>`
- `max <numeric expression 1> <numeric expression 2>`
Expand Down

0 comments on commit 6a0f69d

Please sign in to comment.