Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Jul 5, 2024
1 parent d4f6b59 commit 45dff22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contracts/parametric-tests/adder-pt/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Parametric test example for: Adder

This is an exampel on how to write a basic parametric test contract.
This is an example on how to write a basic parametric test contract.

To run fuzzing on it using Kasmer, buld the contracts and simply run
To run fuzzing on it using Kasmer, build the contracts and simply run

```
kasmer fuzz
Expand Down
4 changes: 2 additions & 2 deletions contracts/parametric-tests/multisig-pt/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Parametric test example for: Multisig

This is an exampel on how to write a basic parametric test contract.
This is an example on how to write a basic parametric test contract.

To run fuzzing on it using Kasmer, buld the contracts and simply run
To run fuzzing on it using Kasmer, build the contracts and simply run

```
kasmer fuzz
Expand Down

0 comments on commit 45dff22

Please sign in to comment.