Correct typo

This commit is contained in:
Tony Garnock-Jones 2023-11-24 13:39:29 +01:00
parent a874fc9aa8
commit b24b4a0ee7
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ reference *orig*, and returns a new entity reference *ref*, like *orig* but
[attenuated](../glossary.md#attenuation) with zero or more *Caveat*s. The result of evaluation
is *ref*, the new attenuated entity reference.
When an assertion is published or a message arrives at *ref*, the sequence of *Caveats*s is
When an assertion is published or a message arrives at *ref*, the sequence of *Caveat*s is
executed **right-to-left**, transforming and possibly discarding the asserted value or message
body. If all *Caveat*s succeed, the final transformed value is forwarded on to *orig*. If any
*Caveat* fails, the assertion or message is silently ignored.