Skip to content

Commit

Permalink
Fix return spelling in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavappaneni committed Feb 16, 2023
1 parent 8fc7273 commit 32fbff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ The reference names can have one of the following prefixes:

The formula syntax also supports built-in functions:
- `if(condition, then, otherwise)` - returns `then` when `condition` is truthy, otherwise `otherwise`.
- `length(item)` - reutrn the length of an array or string, the number of keys of an object, otherwise `null`.
- `length(item)` - return the length of an array or string, the number of keys of an object, otherwise `null`.
- `msg(code)` - embeds another error code message.
- `number(value)` - cast value to a number.

Expand Down

0 comments on commit 32fbff6

Please sign in to comment.