Skip to content

Commit e4aa6e1

Browse files
committed
Fixing doc typos in Version
1 parent f7f0601 commit e4aa6e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/elixir/lib/version.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ defmodule Version do
6868
Returns `true` if `version` satisfies `requirement`, `false` otherwise.
6969
Raises a `Version.InvalidRequirement` exception if `requirement` is not
7070
parseable, or `Version.InvalidVersion` if `version` is not parseable.
71-
If given an already parsed version and requirement this function wont
71+
If given an already parsed version and requirement this function won't
7272
raise.
7373
7474
## Examples
@@ -107,7 +107,7 @@ defmodule Version do
107107
is returned
108108
109109
Raises a `Version.InvalidVersion` exception if `version` is not parseable.
110-
If given an already parsed version this function wont raise.
110+
If given an already parsed version this function won't raise.
111111
112112
## Examples
113113

0 commit comments

Comments
 (0)