Minor edits.

This commit is contained in:
sforman
2023-09-28 11:36:19 -07:00
parent 0e380b7748
commit fa4771fea7
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -115,8 +115,8 @@ quoted programs onto the pending expression ("continuation").
### Literals
Literal values (integers, Booleans, lists) are put onto the stack.
Literals can be thought of as functions that put accept a stack and
return it with the value they denote on top, if you like.
Literals can be thought of as functions that accept a stack and
return it with the value they denote on top.
### Functions