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 29dd657 commit f5d0044Copy full SHA for f5d0044
content/docs/reference/templates/functions.md
@@ -800,10 +800,10 @@ Returns the sum of the provided numbers. Detects the first number's type and per
800
#### bitwiseAnd
801
802
```yag
803
-{{ $result := bitwiseAnd x y }}
+{{ $result := bitwiseAnd x y [...] }}
804
```
805
806
-Performs a bitwise AND operation on the two provided numbers and returns the result.
+Performs a bitwise AND operation on the provided numbers and returns the result.
807
808
#### bitwiseAndNot
809
0 commit comments