Skip to content

Commit adff27d

Browse files
authored
Correct verbiage in reference to other section (#11320)
1 parent 5b2c7cc commit adff27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/patterns-and-guards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ You can find the built-in list of guards [in the `Kernel` module](Kernel.html#gu
287287

288288
The module `Bitwise` also includes a handful of [Erlang bitwise operations as guards](Bitwise.html#guards).
289289

290-
Macros constructed out of any combination of the above guards are also valid guards - for example, `Integer.is_even/1`. For more information, see the "Defining custom guard expressions" section shown below.
290+
Macros constructed out of any combination of the above guards are also valid guards - for example, `Integer.is_even/1`. For more information, see the "Custom patterns and guards expressions" section shown below.
291291

292292
### Why guards
293293

0 commit comments

Comments
 (0)