From 0216e5ccdc37f6139754fcd91a177855991fb14a Mon Sep 17 00:00:00 2001 From: arthur Date: Sun, 25 Jan 2026 16:00:34 +0100 Subject: [PATCH] Update Home --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index f0fca94..3945026 100644 --- a/Home.md +++ b/Home.md @@ -33,7 +33,8 @@ Here is a list of none exhaustive builtins functions. ### Syntax ```lisp -(add-prefix "prefix-name")``` +(add-prefix "prefix-name") +``` ### Description The `add-prefix` function create a new prefix that can be used for `map-keys`. The default prefix is "no-prefix" and should be used for normal uses in map-keys.