Skip to content

Commit 2e3b812

Browse files
Fix doc for text-base match operator (#14388)
1 parent c215c42 commit 2e3b812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -2271,7 +2271,7 @@ defmodule Kernel do
22712271
end
22722272

22732273
@doc """
2274-
Text-based match operator. Matches the term on the `left`
2274+
Text-based match operator. Matches the string on the `left`
22752275
against the regular expression or string on the `right`.
22762276
22772277
If `right` is a regular expression, returns `true` if `left` matches right.

0 commit comments

Comments
 (0)