Skip to content

Commit f5d0044

Browse files
committed
templates: bitwiseAnd now supports more than two args
Signed-off-by: Luca Zeuch <[email protected]>
1 parent 29dd657 commit f5d0044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/reference/templates/functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -800,10 +800,10 @@ Returns the sum of the provided numbers. Detects the first number's type and per
800800
#### bitwiseAnd
801801

802802
```yag
803-
{{ $result := bitwiseAnd x y }}
803+
{{ $result := bitwiseAnd x y [...] }}
804804
```
805805

806-
Performs a bitwise AND operation on the two provided numbers and returns the result.
806+
Performs a bitwise AND operation on the provided numbers and returns the result.
807807

808808
#### bitwiseAndNot
809809

0 commit comments

Comments
 (0)