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 984495f commit db5c155Copy full SHA for db5c155
lib/elixir/lib/kernel.ex
@@ -4571,7 +4571,7 @@ defmodule Kernel do
4571
allowed in guards, and otherwise creates a private macro that can be used
4572
both inside or outside guards in the current module.
4573
4574
- Similar to `defmacrop/2`, `defguardp/2` must be defined before its use
+ Similar to `defmacrop/2`, `defguardp/1` must be defined before its use
4575
in the current module.
4576
"""
4577
@spec defguardp(Macro.t()) :: Macro.t()
0 commit comments