Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
docs: typo fix Update cairo_precompiles.md
Browse files Browse the repository at this point in the history
Fix minor grammatical issue in Cairo precompiles documentation
  • Loading branch information
mdqst authored Dec 10, 2024
1 parent 5caaf28 commit c20f9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/cairo_precompiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ precompile will never cause the transaction to revert, meaning that:

- The target Cairo addresses should always correspond to a deployed contract
- The selector of the Cairo function being called should always be present in
the contract called
the called contract
- The Cairo contract called should never _panic_

From these principles, we can derive the following design.
Expand Down

0 comments on commit c20f9ee

Please sign in to comment.