typo in shell Readme

This commit is contained in:
Kartik K. Agaram 2022-01-23 12:46:45 -08:00
parent 9ded0ea184
commit 38a9370673
1 changed files with 3 additions and 2 deletions

View File

@ -150,8 +150,9 @@ def (a <> b)
``` ```
To permit arbitrary infix operators, the Mu shell partitions the space of 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 characters (technically Unicode [`code-point`s](../mu.md#variables-registers-and-memory))
symbols mixing the two. between operators and regular symbols. As a result, you can't define symbols
mixing the two.
``` ```
'*global* '*global*
=> ((* global) . *) # probably not what you want => ((* global) . *) # probably not what you want