diff --git a/docs/develop/contracts/rust/intro.md b/docs/develop/contracts/rust/intro.md index a20515b81ba..383921cc9b1 100644 --- a/docs/develop/contracts/rust/intro.md +++ b/docs/develop/contracts/rust/intro.md @@ -469,7 +469,7 @@ You can use the context `env` to write logs, as mentioned earlier.
env
can return very useful information including:-
- signer_account_id - the account id of that signed the original transaction that led to this execution
+- signer_account_id - the account id of the account that signed the original transaction that led to this execution
- attached_deposit - if someone sent tokens along with the call
- account balance - the balance attached to the given account
- and moreā¦