We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f0601 commit e4aa6e1Copy full SHA for e4aa6e1
lib/elixir/lib/version.ex
@@ -68,7 +68,7 @@ defmodule Version do
68
Returns `true` if `version` satisfies `requirement`, `false` otherwise.
69
Raises a `Version.InvalidRequirement` exception if `requirement` is not
70
parseable, or `Version.InvalidVersion` if `version` is not parseable.
71
- If given an already parsed version and requirement this function wont
+ If given an already parsed version and requirement this function won't
72
raise.
73
74
## Examples
@@ -107,7 +107,7 @@ defmodule Version do
107
is returned
108
109
Raises a `Version.InvalidVersion` exception if `version` is not parseable.
110
- If given an already parsed version this function wont raise.
+ If given an already parsed version this function won't raise.
111
112
113
0 commit comments