aboutsummaryrefslogtreecommitdiffstats
path: root/examples/impure-concept.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/impure-concept.lisp')
-rw-r--r--examples/impure-concept.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/impure-concept.lisp b/examples/impure-concept.lisp
index e612339..f769424 100644
--- a/examples/impure-concept.lisp
+++ b/examples/impure-concept.lisp
@@ -3,7 +3,7 @@
; Pure functions can only call pure functions.
; Impure function names end in an exclamation mark (!) by convention.
; The top-level context is impure but has special rules
-; related to (import!) and (let!).
+; related to `import!`, `let!`, and other builtins.
; pure function
(let! f (\[x] x))