From 88139a015eba2cf8adb35510b1c70bdde624ce80 Mon Sep 17 00:00:00 2001 From: Noah Massey Date: Fri, 28 Jan 2022 12:00:53 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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