Skip to content

Commit 4ddfde9

Browse files
committed
Remarks corrected
1 parent 1961bed commit 4ddfde9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/develop/ethereum-to-ton/tvm-vs-evm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Ethereum Virtual Machine (EVM) and TON Virtual Machine (TVM) are both stack-base
3535

3636
### TON Virtual Machine (TVM)
3737

38-
- TVM also functions as a stack-based machine but with a key distinction: it supports both 64-bit integers and references to cells.
38+
- TVM also functions as a stack-based machine but with a key distinction: it supports both 257-bit integers and references to cells.
3939
- This allows TVM to push and pop these two distinct types of data onto/from the stack, providing enhanced flexibility in direct data manipulation.
4040

4141
## Arithmetic operations
@@ -76,7 +76,7 @@ Ethereum Virtual Machine (EVM) and TON Virtual Machine (TVM) are both stack-base
7676

7777
### TON Virtual Machine (TVM)
7878

79-
- TVM uses FunC as a high-level language designed for writing TON smart contracts. It is a functional language with static types and support for algebraic data types. FunC compiles to Fift, which in turn compiles to TVM bytecode.
79+
- TVM uses FunC as a high-level language designed for writing TON smart contracts. It is a procedural language with static types and support for algebraic data types. FunC compiles to Fift, which in turn compiles to TVM bytecode.
8080

8181
## Conclusion
8282

0 commit comments

Comments
 (0)