From b24b4a0ee7ef32340c5ba7d048df428b646a97d4 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 24 Nov 2023 13:39:29 +0100 Subject: [PATCH] Correct typo --- src/operation/scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operation/scripting.md b/src/operation/scripting.md index a2f9584..3a5367f 100644 --- a/src/operation/scripting.md +++ b/src/operation/scripting.md @@ -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.