Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/content/docs/book/receive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To receive a message of the required type, you need to declare a receiver functi

### Empty receiver

This receiver specifically handles internal messages with no contents, i.e., the `null{:tact}` body. Note that as a function, it's own body doesn't have to be empty.
This receiver specifically handles internal messages with no contents, i.e., the `null{:tact}` body. Note that as a function, its own body doesn't have to be empty.

```tact
contract Emptiness() {
Expand Down