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

Commit

Permalink
fix: suggested
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Trunov <[email protected]>
  • Loading branch information
novusnota and anton-trunov authored Mar 18, 2024
1 parent ddcb5ca commit 23b725e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/book/func.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ get fun get_wallet_data(): JettonWalletData {

### Tuple return type

In FunC if you are returning a tuple, instead of a tensor you need to follow the process for tensor type, but define return type of a get method as optional.
In FunC if you are returning a tuple, instead of a tensor you need to follow the process for a tensor type, but define the return type of a `get`-method as optional.

The following code in FunC:

Expand Down

0 comments on commit 23b725e

Please sign in to comment.