Skip to content

Commit d0ea527

Browse files
committed
fixed go syntax
1 parent 4c4074b commit d0ea527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/zkp-tutorials/example_walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ a `commitment` is a function whose input and output are both positive integers.
4343

4444
`````go
4545
func commitment(uint x) uint{
46-
uint y;
46+
var y uint;
4747
...
4848
return y;
4949
}

0 commit comments

Comments
 (0)