Skip to content

Commit

Permalink
docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed Feb 7, 2025
1 parent fad3088 commit 8962371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/motsu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ mod tests {
}
```

Function `Contract::sender` is necessary to trigger call
Function `Contract::sender()` is necessary to trigger call
to a contract, and should accept an `Account` or `Address` as an argument.

Alternatively `Contract::sender_and_value` can be used to
Alternatively `Contract::sender_and_value()` can be used to
pass additional value to the contract:

```rust
Expand Down

0 comments on commit 8962371

Please sign in to comment.