Skip to content

Commit

Permalink
docs: fixed typo (ethers-io#2970).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed May 14, 2022
1 parent 8e31b4d commit 1e6a3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.wrm/api/contract/example.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ over a short example.

A meta-class is a class which is defined at run-time. A Contract
is specified by an //Application Binary Interface// (ABI), which describes
the methods and events it has. This description is passed the the
the methods and events it has. This description is passed to the
[[Contract]] object at run-time, and it creates a new Class, adding
all the methods defined in the ABI at run-time.

Expand Down

0 comments on commit 1e6a3c2

Please sign in to comment.