Skip to content

Commit

Permalink
Update docs/modules/ROOT/pages/guides/snip12.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Fleming <fleming.andrew@protonmail.com>
  • Loading branch information
ericnordelo and andrew-fleming authored Jul 5, 2024
1 parent 8c66e6b commit dfb7901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/guides/snip12.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ impl SNIP12MetadataImpl of SNIP12Metadata {
}
----

In the above example, no storage reads are required avoiding unnecessary extra gas-wise costs, but in
In the above example, no storage reads are required which avoids unnecessary extra gas costs, but in
some cases we may need to read from storage to get the domain separator values. This can be accomplished even when
the trait is not bounded to the ContractState, like this:

Expand Down

0 comments on commit dfb7901

Please sign in to comment.