Minor edits.

This commit is contained in:
Simon Forman
2022-08-15 16:20:59 -07:00
parent d0a253c503
commit 3883cac99a
6 changed files with 35 additions and 18 deletions
+1 -1
View File
@@ -473,7 +473,7 @@ List words
"Swap stack" swap the list on the top of the stack for the stack, and
put the old stack on top of the new one. Think of it as a context
switch. Niether of the lists/stacks change their order.
switch. Neither of the lists/stacks change their order.
.. code:: python
@@ -316,7 +316,7 @@ The other sub-programs would be cancelled.
“Fulminators”
^^^^^^^^^^^^^
Also known as “Futures” or “Promises” (by *everybody* else. “Fulinators”
Also known as “Futures” or “Promises” (by *everybody* else. “Fulminators”
is what I was going to call them when I was thinking about implementing
them in Thun.)