| Index: pkg/lookup_map/README.md
|
| diff --git a/pkg/lookup_map/README.md b/pkg/lookup_map/README.md
|
| index ecab6b56964bc792d41d38ec0bcae002bcefca4d..a3337912f14297a05dcfcdf3293373be01b57ff3 100644
|
| --- a/pkg/lookup_map/README.md
|
| +++ b/pkg/lookup_map/README.md
|
| @@ -2,7 +2,7 @@
|
|
|
| This package contains the definition of `LookupMap`: a simple, but very
|
| restricted map. The map can only hold constant keys and the only way to use the
|
| -map is to retrieve values with a key you already have. Expect for lookup, any
|
| +map is to retrieve values with a key you already have. Except for lookup, any
|
| other operation in `Map` (like forEach, keys, values, length, etc) is not
|
| available.
|
|
|
|
|