Skip to content

Commit

Permalink
docs: fixed typo (#2760).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Mar 4, 2022
1 parent ae23bb7 commit cf47ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.wrm/getting-started.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ filterFrom = daiContract.filters.Transfer(myAddress, null);
filterTo = daiContract.filters.Transfer(null, myAddress);
//_log: filterTo

// List all transfers sent from me a specific block range
// List all transfers sent from me in a specific block range
//_result:
await daiContract.queryFilter(filterFrom, 9843470, 9843480)
//_log:
Expand Down

0 comments on commit cf47ec5

Please sign in to comment.