From 350f88e8025a25c7fc7676fcf2e04d5a8c467f2d Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 07:24:19 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- SEMANTICS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SEMANTICS.md b/SEMANTICS.md index df0990e7c..ea0013302 100644 --- a/SEMANTICS.md +++ b/SEMANTICS.md @@ -344,8 +344,8 @@ It just ends up returning `Err` to contract-A's `reply` function. Note that errors are not handled with `ReplyOn::Success`, meaning, in such a case, an error will be treated just like a normal `message` returning an error. -This diagram may help explain. Imagine a contract returned two submessages - -(a) with `ReplyOn::Success` and (b) with `ReplyOn::Error`: +This diagram may help explain. Imagine a contract returned two submessages - (a) +with `ReplyOn::Success` and (b) with `ReplyOn::Error`: | processing a) | processing b) | reply called | may overwrite result from reply | note | | ------------- | ------------- | ------------ | ------------------------------- | ------------------------------------------------- |