From d0d67bbdef53420828ffb830150719fe51145652 Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:17:03 +0200 Subject: [PATCH 1/2] typos README.md --- cairo/kakarot-ssj/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cairo/kakarot-ssj/README.md b/cairo/kakarot-ssj/README.md index 196587351..f81b5da16 100644 --- a/cairo/kakarot-ssj/README.md +++ b/cairo/kakarot-ssj/README.md @@ -48,7 +48,7 @@ ## About -Kakarot is an (zk)-Ethereum Virtual Machine implementation written in Cairo. +Kakarot is a (zk)-Ethereum Virtual Machine implementation written in Cairo. Kakarot is Ethereum compatible, i.e. all existing smart contracts, developer tools and wallets work out-of-the-box on Kakarot. It's been open source from day one. Soon available on Starknet L2 and Appchains. From 57aede3f5b4f52e5c0933d82a5455f63775cfd88 Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:18:50 +0200 Subject: [PATCH 2/2] typos cairo_precompiles.md --- docs/general/cairo_precompiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/cairo_precompiles.md b/docs/general/cairo_precompiles.md index 95f52db7d..e333986f3 100644 --- a/docs/general/cairo_precompiles.md +++ b/docs/general/cairo_precompiles.md @@ -367,7 +367,7 @@ smaller than the field element size, and the resulting `data` array is of size 2. Similarly, the return data of the Cairo contract is deserialized into a -`uint256[]` where each returned felt has been cast to a uint256. +`uint256[]` where each returned felt has been cast to an uint256. > Note: It is left to the responsibility of the wrapper contract developer to > ensure that the calldata is correctly serialized to match the Cairo contract's