Skip to content

Commit 66a413d

Browse files
committed
fix typo
1 parent 0f75cfe commit 66a413d

File tree

1 file changed

+1
-1
lines changed
  • docs/doc/30-reference/20-functions/40-string-functions

1 file changed

+1
-1
lines changed

docs/doc/30-reference/20-functions/40-string-functions/substring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SUBSTRING(str FROM pos FOR len)
2424
| Arguments | Description |
2525
| ----------- | ----------- |
2626
| str | The main string from where the character to be extracted |
27-
| pos | The position (starting from 1) the substring starting at. If negative, counts from the end |
27+
| pos | The position (starting from 1) the substring to start at. If negative, counts from the end |
2828
| len | The maximun length of the substring to extract |
2929

3030
## Return Type

0 commit comments

Comments
 (0)