We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c215c42 commit 2e3b812Copy full SHA for 2e3b812
1 file changed
lib/elixir/lib/kernel.ex
@@ -2271,7 +2271,7 @@ defmodule Kernel do
2271
end
2272
2273
@doc """
2274
- Text-based match operator. Matches the term on the `left`
+ Text-based match operator. Matches the string on the `left`
2275
against the regular expression or string on the `right`.
2276
2277
If `right` is a regular expression, returns `true` if `left` matches right.
0 commit comments