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.