Skip to content

Commit bb02b25

Browse files
committed
Small grammar fix
1 parent 6ce5161 commit bb02b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/option_parser.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule OptionParser do
55

66
@doc """
77
Parses `argv` and returns a tuple with the parsed options, its
8-
arguments, and a list options that couldn't be parsed.
8+
arguments, and a list of options that couldn't be parsed.
99
1010
## Examples
1111

0 commit comments

Comments
 (0)