Skip to content

Commit

Permalink
doc: Edit language/operators
Browse files Browse the repository at this point in the history
Co-authored-by: John Ericson <[email protected]>
Co-authored-by: Valentin Gagarin <[email protected]>
(cherry picked from commit 06b18cf)
  • Loading branch information
roberth authored and mergify[bot] committed Jan 10, 2025
1 parent b361d5a commit 62f4136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/src/language/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ If the attribute doesn’t exist, return the *expr* after `or` if provided, othe
>
> *func* *expr*
Apply the callable value *func* to the argument *expr*. Note the absence of a visible operator symbol.
Apply the callable value *func* to the argument *expr*. Note the absence of any visible operator symbol.
A callable value is either:
- a [user-defined function][function]
- a [built-in][builtins] function
- an attribute set with a [`__functor` attribute](./syntax.md#attr-__functor)

> **Warning**
>
> This "operator" also separates [list] items, which means that calls in list items must be enclosed by parentheses.
> [List][list] items are also separated by whitespace, which means that function calls in list items must be enclosed by parentheses.
## Has attribute

Expand Down

0 comments on commit 62f4136

Please sign in to comment.