Changed 'gast' to gas

This commit is contained in:
Eowyn Dean 2020-06-10 17:10:34 +00:00
parent eea9d8f627
commit fd26ad82cd

View File

@ -13,7 +13,7 @@ Lazily means that storage is read or written per key on demand. Therefore
there are no `map`, `fold`, and `iter` operations as in
[Map](./map-reference).
The gast costs of big maps are higher than standard maps as data is lazily
The gas costs of big maps are higher than standard maps as data is lazily
deserialized.
<SyntaxTitle syntax="pascaligo">