Zokrates / ZoKrates

A toolbox for zkSNARKs on Ethereum
https://zokrates.github.io
GNU Lesser General Public License v3.0
1.81k stars 361 forks source link

Fixed a small typo, the right bracket next to bitwidth was mistyped. #1312

Closed only4sim closed 1 year ago

only4sim commented 1 year ago

Corrected a typo in the documentation, the right bracket next to bitwidth was typed as a left bracket. This has been fixed.

Schaeff commented 1 year ago

I think this change is incorrect: 2**bitwidth is excluded, hence [

only4sim commented 1 year ago

I think this change is incorrect: 2**bitwidth is excluded, hence [

Then I think it should be ')' to avoid misunderstanding.