Skip to content

Commit 350f88e

Browse files
[autofix.ci] apply automated fixes
1 parent 9f18a88 commit 350f88e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SEMANTICS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ It just ends up returning `Err` to contract-A's `reply` function.
344344

345345
Note that errors are not handled with `ReplyOn::Success`, meaning, in such a
346346
case, an error will be treated just like a normal `message` returning an error.
347-
This diagram may help explain. Imagine a contract returned two submessages -
348-
(a) with `ReplyOn::Success` and (b) with `ReplyOn::Error`:
347+
This diagram may help explain. Imagine a contract returned two submessages - (a)
348+
with `ReplyOn::Success` and (b) with `ReplyOn::Error`:
349349

350350
| processing a) | processing b) | reply called | may overwrite result from reply | note |
351351
| ------------- | ------------- | ------------ | ------------------------------- | ------------------------------------------------- |

0 commit comments

Comments
 (0)