Skip to content

Commit d0fea86

Browse files
committed
added optional specifier in syntax of slice function
1 parent 768356f commit d0fea86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ and remains active until `last` index is crossed.
221221

222222
#### Syntax
223223

224-
`string = [[stdlib_strings(module):slice(interface)]] (string, first, last, stride)`
224+
`string = [[stdlib_strings(module):slice(interface)]] (string [, first, last, stride])`
225225

226226
#### Status
227227

0 commit comments

Comments
 (0)