From 022f52baf6f76bc59c9ea8c6cead65ffdb4fcc2b Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Tue, 28 Jan 2025 01:52:43 +0100 Subject: [PATCH] typo --- dev-docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/CONTRIBUTING.md b/dev-docs/CONTRIBUTING.md index 9872eac0d..a641899b3 100644 --- a/dev-docs/CONTRIBUTING.md +++ b/dev-docs/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## General information -The Tact smart contract programming language is a statically-typed smart contract programming language which is currently implemented as a transpiler into [FunC](hhttps://docs.ton.org/v3/documentation/smart-contracts/func/overview), which in its turn compiles down to the [TVM](https://docs.ton.org/learn/tvm-instructions/tvm-overview) bitcode. This implementation strategy is likely to change in the future. +The Tact smart contract programming language is a statically-typed smart contract programming language which is currently implemented as a transpiler into [FunC](https://docs.ton.org/v3/documentation/smart-contracts/func/overview), which in its turn compiles down to the [TVM](https://docs.ton.org/learn/tvm-instructions/tvm-overview) bitcode. This implementation strategy is likely to change in the future. The Tact compiler parses the input source code into an abstract syntax tree, type-checks it, generates FunC code, runs the FunC compiler, which produces the corresponding [Fift](https://docs.ton.org/develop/fift/overview) code and a TVM binary in the [BoC](https://docs.ton.org/develop/data-formats/cell-boc) format.