From c20f9ee83c91293479b543d8d21ff811c7a7eedc Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:13:44 +0300 Subject: [PATCH] docs: typo fix Update cairo_precompiles.md Fix minor grammatical issue in Cairo precompiles documentation --- 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..ca376d1aa 100644 --- a/docs/general/cairo_precompiles.md +++ b/docs/general/cairo_precompiles.md @@ -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.