diff --git a/README.md b/README.md index 8277a21..e1f7613 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ a.len // 3 ### Map -A homogenous key/value collection where value is always a string. +A homogenous key/value collection where key is always a string. #### Syntax @@ -256,4 +256,4 @@ map.has("green") // true ## Other Compound Types ??? - buffer (array of bytes) -- point \ No newline at end of file +- point