Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 20d4f4f

Browse files
committed
make minor wording edits
1 parent 7ba8482 commit 20d4f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contract/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ const val = instance.getValue();
313313
#### Overloaded functions
314314

315315
You may find yourself in the situation of having a Truffle contract object that has multiple functions with the same name.
316-
You can call these "overloaded functions" just like you would a normal contract function. Truffle contract instances
316+
You can invoke these "overloaded functions" just like you would a normal contract function. Truffle contract instances
317317
actually wrap web3's contract abstraction (`web3.eth.Contract`) and so when you call an overloaded function, it
318318
uses the same function resolution that web3 uses. However, we must give a warning that this overloaded function
319319
resolution is a bit dodgy and can resolve to the wrong function when you call it. So be careful!

0 commit comments

Comments
 (0)