Skip to content

Commit ed55149

Browse files
committed
rename first code section
1 parent 4892b25 commit ed55149

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/r1cs-docs-example.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ Connect `x_0` to `y_0` directly. Since there is only one permuatation of a 1-ele
5454
```ascii,no_run
5555
x_0 = y_0
5656
```
57-
Doctest for creating and verifying a shuffle proof:
57+
Code for creating constraints for a proof-of-shuffle constraint system:
58+
5859
```rust
5960
extern crate bulletproofs;
6061
extern crate curve25519_dalek;

0 commit comments

Comments
 (0)