Skip to content

Commit

Permalink
doc: add reference to hasAttr in ? operator (#9185)
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Gagarin <[email protected]>
  • Loading branch information
hsjobeki and fricklerhandwerk authored Oct 20, 2023
1 parent 42f26eb commit e58566a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/manual/src/language/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ An attribute path is a dot-separated list of [attribute names](./values.md#attri
Test whether [attribute set] *attrset* contains the attribute denoted by *attrpath*.
The result is a [Boolean] value.

See also: [`builtins.hasAttr`](@docroot@/language/builtins.md#builtins-hasAttr)

[Boolean]: ./values.md#type-boolean

[Has attribute]: #has-attribute
Expand Down

0 comments on commit e58566a

Please sign in to comment.