mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 07:13:08 +00:00
Merge pull request #842 from mir-protocol/factorial
Remove confusing grammatical exclamation point from factorial example
This commit is contained in:
commit
4435cedc69
@ -35,7 +35,7 @@ fn main() -> Result<()> {
|
||||
let proof = data.prove(pw)?;
|
||||
|
||||
println!(
|
||||
"Factorial starting at {} is {}!",
|
||||
"Factorial starting at {} is {}",
|
||||
proof.public_inputs[0], proof.public_inputs[1]
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user