Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit a840a80

Browse files
committed
chore: corrected highlighting
1 parent 28ff208 commit a840a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/book/message-mode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $+32$ | `SendDestroyIfZero{:tact}` | Current account must be destroyed
2525

2626
## Combining modes with flags
2727

28-
To make the [`Int{:tact}`][int] value for `mode` field of SendParameters, you just have to combine base modes with optional flags by applying the [`bitwise OR{:tact}`](/book/operators#binary-bitwise-or) operation.
28+
To make the [`Int{:tact}`][int] value for `mode` field of `SendParameters{:tact}`, you just have to combine base modes with optional flags by applying the [`bitwise OR{:tact}`](/book/operators#binary-bitwise-or) operation.
2929

3030
For example, if you want to send a regular message and pay transfer fees separately, use the mode $0$ (default) and a flag $+1$ to get `mode` $= 1$, which is equal to using `SendPayGasSeparately{:tact}` constant.
3131

0 commit comments

Comments
 (0)