Skip to content

Commit

Permalink
fix(doc): typo in 10 commandments (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemorum authored Jun 26, 2024
1 parent d86aeab commit e2f5eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ We have formed a large-scale vision for the philosophy of Tact to make sure that
Tact makes it easy to declare, decode and encode data structures according to their TL-B schemas.

3. Safe contract interfaces and ABI
Tact offers strong compile-time checks for contract interfaces, typed addresses and lets describe messages natively in a subset of TL-B.
Tact offers strong compile-time checks for contract interfaces, typed addresses and lets you describe messages natively in a subset of TL-B.

4. Message dispatch
Tact offers a convenient yet flexible way to declare, receive and send messages between contracts.
Expand Down

0 comments on commit e2f5eab

Please sign in to comment.