Skip to content

Commit

Permalink
Improvements to wording of substr function documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
  • Loading branch information
bpar476 and laurapacilio committed Feb 14, 2022
1 parent fa8a87f commit 252865c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/language/functions/substr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ string after the given offset will be returned.
world
```

The length may be greater than the length of the string, in which case the substring
If the length is greater than the length of the string, the substring
will be the length of all remaining characters.

```
Expand Down

0 comments on commit 252865c

Please sign in to comment.