From 37c24fdc1711aae2f0bad10705d882dd9f1e92dc Mon Sep 17 00:00:00 2001 From: spekary Date: Thu, 7 Apr 2022 12:17:42 -0700 Subject: [PATCH] Fixing typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fe46ac7..6654674f 100644 --- a/README.md +++ b/README.md @@ -555,7 +555,8 @@ _Libraries for preprocessing CSS files._ ### Maps See also [Database](#database) for more complex key-value stores, and [Trees](#trees) for -additional ordred map implementations. +additional ordered map implementations. + - [cmap](https://github.com/lrita/cmap) - a thread-safe concurrent map for go, support using `interface{}` as key and auto scale up shards. - [dict](https://github.com/srfrog/dict) - Python-like dictionaries (dict) for Go.