Skip to content

Commit 80d7e9a

Browse files
authored
docs: correct Ash.Can.can's default for maybe_is (#2680)
1 parent 2a530ea commit 80d7e9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ash/can.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ defmodule Ash.Can do
6363
6464
You should prefer to use `Ash.can/3` over this module, directly.
6565
66-
Note: `is_maybe` is set to `true`, if not set.
66+
Note: `maybe_is` is set to `:maybe`, if not set.
6767
"""
6868
@spec can(subject(), Ash.Domain.t(), Ash.actor() | Ash.Scope.t(), Keyword.t()) ::
6969
{:ok, boolean() | :maybe}

0 commit comments

Comments
 (0)