We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ae623 commit 8d54600Copy full SHA for 8d54600
lib/elixir/lib/regex.ex
@@ -26,7 +26,7 @@ defmodule Regex do
26
A Regex is represented internally as the `Regex` struct. Therefore,
27
`%Regex{}` can be used whenever there is a need to match on them.
28
Keep in mind that all of the structs fields are private. There is
29
- also not guarantee two regular expressions from the same source are
+ also no guarantee two regular expressions from the same source are
30
equal, for example:
31
32
~r/(?<foo>.)(?<bar>.)/ == ~r/(?<foo>.)(?<bar>.)/
0 commit comments