Rebuild HTML docs.

This commit is contained in:
Simon Forman
2022-08-16 15:26:07 -07:00
parent f70a941be3
commit 4a5716d8b2
23 changed files with 139 additions and 92 deletions
@@ -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.)