X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=chapters%2F11.rst;h=92ce63163386e541a0731b180b768221b77865db;hb=f9eb50b5024de49b2df4b5daab471731840195d3;hp=49e208069f049df2336134117b2f2a17b945d81e;hpb=b6aa7fcf8e4a88790cd36c9d5a15a4291cb94803;p=ibg.git diff --git a/chapters/11.rst b/chapters/11.rst index 49e2080..92ce631 100644 --- a/chapters/11.rst +++ b/chapters/11.rst @@ -93,11 +93,12 @@ let the action continue, ``true`` to prevent it. and others that are not. Should these ones that are not be promoted to having a typewriter font? -The Receive action is generated by the library in the PutOnSub action -handler, and also in InsertSub (so a command like PUT BIRD IN NEST sends -a Receive to the nest object). There’s a matching LetGo, generated by -the library from commands like TAKE KEY OFF COUNTER and REMOVE BIRD FROM -NEST. Receive and LetGo are examples of what’s called a **fake action**. +The Receive action is generated by the library in the PutOnSub action +handler, and also in InsertSub (so a command like PUT BIRD IN NEST sends a +Receive to the nest object). There’s a matching LetGo, generated by the +library from commands like TAKE KEY OFF COUNTER and REMOVE BIRD FROM +NEST. Receive and LetGo are examples of what’s called a :term:`fake +action`. .. note::