Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Sander 2020-06-09 14:32:07 +00:00
parent 5470893f68
commit 816afdd1b8

View File

@ -94,7 +94,7 @@ A bitwise `xor` operation.
<Syntax syntax="pascaligo">
```pascaligo
const two: nat = Bitwise.xor(2n, 1n)
const three: nat = Bitwise.xor(2n, 1n)
```
</Syntax>