Browse Source

Fix error in comment

feature/witness_bin
Daira Hopwood 5 years ago
committed by GitHub
parent
commit
13c4c81a0f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md

@ -177,7 +177,7 @@ To waranty binary outputs:
. .
. .
. .
out[n+e-1] * (out[n+e-1] - 1) == 0
out[n+e-1] * (out[n+e-1] - 1) === 0
*/ */

Loading…
Cancel
Save