From fd26ad82cd31e9ff738810624a42eed7596b95ec Mon Sep 17 00:00:00 2001 From: Eowyn Dean Date: Wed, 10 Jun 2020 17:10:34 +0000 Subject: [PATCH] Changed 'gast' to gas --- gitlab-pages/docs/reference/big_map.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.