Skip to content

Commit 80cbeaa

Browse files
OrangeToucantaradinoc
authored andcommitted
Add closing parentheses in chapter 5 (#38)
1 parent c5e4fbc commit 80cbeaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/05-simple-functions.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ re-bound....)
187187
One way to "name" a `FUNCTION` is
188188

189189
<SETG SQUARE #FUNCTION ((X) <* .X .X>)>$
190-
#FUNCTION ((X) <* .X .X>
190+
#FUNCTION ((X) <* .X .X>)
191191

192192
So that
193193

@@ -199,7 +199,7 @@ So that
199199
Another way, which is somewhat cleaner in its typing:
200200

201201
<SETG SQUARE <FUNCTION (X) <* .X .X>>>$
202-
#FUNCTION ((X) <* .X .X>
202+
#FUNCTION ((X) <* .X .X>)
203203

204204
`FUNCTION` is an `FSUBR` which simply makes a `FUNCTION` out of its
205205
arguments and returns the created `FUNCTION`.

0 commit comments

Comments
 (0)