diff options
Diffstat (limited to 'docs/nums.md')
| -rw-r--r-- | docs/nums.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/nums.md b/docs/nums.md index c7171f37..0b55f71e 100644 --- a/docs/nums.md +++ b/docs/nums.md @@ -583,7 +583,8 @@ func parse(text: Text -> Num?) - `text`: The text containing the number. **Returns:** -The number represented by the text or a null value if the entire text can't be parsed as a number. +The number represented by the text or `NULL` if the entire text can't be parsed +as a number. **Example:** ```tomo |
