diff --git a/gitlab-pages/docs/reference/big_map.md b/gitlab-pages/docs/reference/big_map.md index c844c8a6a..529b87290 100644 --- a/gitlab-pages/docs/reference/big_map.md +++ b/gitlab-pages/docs/reference/big_map.md @@ -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.