Skip to content

Commit f57677d

Browse files
Formating fix
1 parent ced0020 commit f57677d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/v3/guidelines/quick-start/developing-smart-contracts/processing-messages.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import TabItem from '@theme/TabItem';
33

44
# Processing Messages
55

6-
> **Summary:** In previous steps we modified our smart-contract interaction with `storage, `get methods` and learned basic smart-contract development flow.
6+
> **Summary:** In previous steps we modified our smart-contract interaction with `storage`, `get methods` and learned basic smart-contract development flow.
77
8-
Now we are ready to move on to the main functionality of smart contracts - **sending and receiving messages**. In TON messages not only used for sending currency, but also as data-exchange mechanism between smart-contracts.
8+
Now we are ready to move on to the main functionality of smart contracts - **sending and receiving messages**. In TON messages not only used for sending currency, but also as data-exchange mechanism between smart-contracts making them crucial for smart-contract development.
99

1010

1111
:::tip

0 commit comments

Comments
 (0)