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

This commit is contained in:
Sander 2020-06-09 14:32:17 +00:00
parent d810ccc921
commit 34d726c2f3

View File

@ -101,7 +101,7 @@ const three: nat = Bitwise.xor(2n, 1n)
<Syntax syntax="cameligo">
```cameligo
let two: nat = Bitwise.xor 2n 1n
let three: nat = Bitwise.xor 2n 1n
```
</Syntax>