Merge branch 'doc-failwith' of https://gitlab.com/ligolang/ligo into doc-failwith

This commit is contained in:
Sander Spies 2020-06-11 11:13:32 +02:00
commit 9ea4c97dd4

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">