Skip to content

Commit f068515

Browse files
committed
rollback one space
1 parent 4411344 commit f068515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/develop/dapps/cookbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ async def main():
819819
.store_address(DESTINATION_ADDRESS) # Destination address
820820
.store_address(USER_ADDRESS) # Response address
821821
.store_bit(0) # Custom payload is None
822-
.store_coins(1) # Ton forward amount in nanoton
822+
.store_coins(1) # Ton forward amount in nanoton
823823
.store_bit(1) # Store forward_payload as a reference
824824
.store_ref(forward_payload) # Forward payload
825825
.end_cell())

0 commit comments

Comments
 (0)