tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
280 stars 56 forks source link

Fix typo in 10 Commandments of Tact documentation #487

Closed cemorum closed 3 days ago

cemorum commented 3 days ago

The text provided is already quite comprehensive and well-written. However, there is a minor typo in the "10 Commandments of Tact" section, specifically in point 3. The word "lets" should be corrected to "lets you." Here's the improved line:

Original: "Tact offers strong compile-time checks for contract interfaces, typed addresses and lets describe messages natively in a subset of TL-B."

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

anton-trunov commented 3 days ago

@cemorum thanks for you effort, but could you please not ignore our PR template?

anton-trunov commented 3 days ago

you need to open an issue, link it in the PR and also please refrain from introducing unrelated changes like the ones in the wallet.spec.ts file

cemorum commented 3 days ago

Hi anton, its my first time contributing to the repo. Can you please tell me how can i link the PR with an issue?

ср, 26 июн. 2024 г. в 13:11, Anton Trunov @.***>:

you need to open an issue, link it in the PR and also please refrain from introducing unrelated changes like the ones in the wallet.spec.ts file

— Reply to this email directly, view it on GitHub https://github.com/tact-lang/tact/pull/487#issuecomment-2191320876, or unsubscribe https://github.com/notifications/unsubscribe-auth/AY4MB47AOEDET7QCBCXVFDLZJKHWLAVCNFSM6AAAAABJ5RTOWWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJRGMZDAOBXGY . You are receiving this because you were mentioned.Message ID: @.***>

anton-trunov commented 3 days ago

when you opened a PR you saw the template, you can copy it from https://raw.githubusercontent.com/tact-lang/tact/main/.github/pull_request_template.md and edit your original post filling in the blanks

anton-trunov commented 3 days ago

also, you have merge conflicts in the README.md file