Skip to content

Commit

Permalink
TYPO README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-coderay authored Nov 19, 2024
1 parent f95539e commit 3013ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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 3013ac7

Please sign in to comment.