From 38a93706739b864c67fc3107ec862dee4440c875 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 23 Jan 2022 12:46:45 -0800 Subject: typo in shell Readme --- shell/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shell/README.md b/shell/README.md index 180782eb..a8a20213 100644 --- a/shell/README.md +++ b/shell/README.md @@ -150,8 +150,9 @@ def (a <> b) ``` To permit arbitrary infix operators, the Mu shell partitions the space of -code-point-utf8s between operators and regular symbols. As a result, you can't define -symbols mixing the two. +characters (technically Unicode [`code-point`s](../mu.md#variables-registers-and-memory)) +between operators and regular symbols. As a result, you can't define symbols +mixing the two. ``` '*global* => ((* global) . *) # probably not what you want -- cgit 1.4.1-2-gfad0