From 4099efc3cdd7dd0e1650b7d15e98ba83a31fb908 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 9 Mar 2021 17:14:52 +0800 Subject: [PATCH] update doc --- docs/lib3x-hashmap_del.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib3x-hashmap_del.md b/docs/lib3x-hashmap_del.md index 41dd87f8..69fdeec5 100644 --- a/docs/lib3x-hashmap_del.md +++ b/docs/lib3x-hashmap_del.md @@ -1,4 +1,4 @@ -# hashmap_put +# hashmap_del This function deletes the mapping for the specified key from a [util/map/hashmap](https://openhome.cc/eGossip/OpenSCAD/lib3x-hashmap.html) if present. It returns a new map without the key/value.