Skip to content

Commit 568ab47

Browse files
gusaianiwhatyouhide
authored andcommitted
Fix typo in the documentation for String.split/3 (#7127)
[ci skip]
1 parent 6ecfbc5 commit 568ab47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/string.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ defmodule String do
301301
## Options
302302
303303
* `:parts` (positive integer or `:infinity`) - the string
304-
is split into at most as many parts as this options specifies.
304+
is split into at most as many parts as this option specifies.
305305
If `:infinity`, the string will be split into all possible
306306
parts. Defaults to `:infinity`.
307307

0 commit comments

Comments
 (0)