Skip to content

Commit 47c922e

Browse files
committed
Merge pull request #2177 from augiedb/patch-1
Small grammar fix
2 parents 60edb84 + bb02b25 commit 47c922e

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)