Skip to content

Commit 7acd940

Browse files
committed
typo
1 parent 1d4fb3f commit 7acd940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/proof-system/zkprogram.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ async function verify(
169169
}
170170

171171
/**
172-
* Serializeable representation of a Pickles proof, useful for caching compiled proofs.
172+
* Serializable representation of a Pickles proof, useful for caching compiled proofs.
173173
*/
174174
type JsonProof = {
175175
/** Array of string, where each string is a `Field` in the publicInput of this proof */

0 commit comments

Comments
 (0)