Skip to content

Commit

Permalink
Added missing words (#984)
Browse files Browse the repository at this point in the history
Added missing words in the explanation.
  • Loading branch information
pkpndy authored Feb 2, 2022
1 parent 7f99f31 commit ddf8cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/contracts/rust/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ You can use the context `env` to write logs, as mentioned earlier.
<blockquote class="lesson">
<code>env</code> can return very useful information including:
<ul>
<li><strong>signer_account_id</strong> - the account id of that signed the original transaction that led to this execution</li>
<li><strong>signer_account_id</strong> - the account id of the account that signed the original transaction that led to this execution</li>
<li><strong>attached_deposit</strong> - if someone sent tokens along with the call</li>
<li><strong>account balance</strong> - the balance attached to the given account</li>
<li><em>and more…</em></li>
Expand Down

0 comments on commit ddf8cb4

Please sign in to comment.