Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Typographical Errors in Documentation #1666

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cairo/kakarot-ssj/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cairo/kakarot-ssj/docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ When working on opcodes, make sure to check several things:
- The [EVM playground](https://www.evm.codes/) to be able to read the specs and
play around directly on the [playground](https://www.evm.codes/playground).
- The [Cairo Zero implementation](https://github.com/kkrt-labs/kakarot) that
already exists in the above mentioned repo.
already exists in the above-mentioned repo.

Now, here are things to pay attention to:

Expand Down
Loading