Skip to content

Commit

Permalink
docs: fix a typo on the Syntax page (#3276)
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Oct 9, 2024
1 parent 973fe0b commit e50215c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/expressions/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ The `map` and `forEach` functions can be used to apply a callback function to ea

The callback functions can be functions, typed functions, inline functions (only in the parser) or compiled inline functions (only in the parser).

The callback can have the follwoing inputs:
The callback can have the following inputs:
- **value**: the current value in the array or matrix.
- **index**: the index of the current value expressed as an array of numbers.
- **array**: the array or matrix being iterated.
Expand Down

0 comments on commit e50215c

Please sign in to comment.