From e774cc00d6cd6e9f4302672c076912c6980a4418 Mon Sep 17 00:00:00 2001 From: 0x009922 Date: Mon, 25 Sep 2023 14:21:12 +0700 Subject: [PATCH] [chore]: update `Burn` warning (#409) * [chore]: update `Burn` warning - Change `tip` to `warning` - Align the warning with the list item about `Burn`, not the whole list Signed-off-by: 0x009922 * Update src/guide/blockchain/triggers.md Co-authored-by: William Richter <88400283+WRRicht3r@users.noreply.github.com> Signed-off-by: 0x009922 --------- Signed-off-by: 0x009922 Co-authored-by: William Richter <88400283+WRRicht3r@users.noreply.github.com> --- src/guide/blockchain/triggers.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/guide/blockchain/triggers.md b/src/guide/blockchain/triggers.md index 6858c8e66..8eb8f7a7b 100644 --- a/src/guide/blockchain/triggers.md +++ b/src/guide/blockchain/triggers.md @@ -555,13 +555,13 @@ All Iroha Special Instructions work with triggers, specifically: - `Burn`: For triggers that repeat a certain number of times, decrease the number of times that the trigger gets executed. -::: tip + ::: warning -If the number provided is greater than the remaining number of repetitions, -the instruction fails to execute, and the transaction that it is part of is -rejected. + If the number provided is greater than the remaining number of repetitions, + the instruction will fail to execute, and the transaction that it is part of will be + rejected. -::: + ::: You can learn more about Iroha Special Instructions in the [dedicated section](instructions.md).