Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gakunt committed Dec 10, 2023
1 parent 075e7b9 commit 78069ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ certified by the snark. For example, we have a function
```ocaml
mul : var -> var -> (var, _) Checked.t.
```
Given `v1, v2 : var`, `mul v1 v2` is a variable containg the product of v1 and v2,
Given `v1, v2 : var`, `mul v1 v2` is a variable containing the product of v1 and v2,
and the snark will ensure that this is so.


Expand Down

0 comments on commit 78069ea

Please sign in to comment.