We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409e643 commit bd8d94aCopy full SHA for bd8d94a
content/_index.md
@@ -180,7 +180,7 @@ set-person-age
180
;; Use the generated record constructor:
181
lfe> (make-person name "Ford Prefect"
182
address "Betelgeuse Seven"
183
- age 234))
+ age 234)
184
#(person "Ford Prefect" "Betelgeuse Seven" 234)
185
186
```
@@ -209,7 +209,7 @@ lfe> (ackermann 3 4)
209
125
210
211
;; Apply the function
212
-lfe> (funcall #'ackermann/2 3 4))
+lfe> (funcall #'ackermann/2 3 4)
213
214
215
'''
0 commit comments