From 66042ba7bb315495e1423c94d8da272e5f6d41e0 Mon Sep 17 00:00:00 2001 From: julio4 <30329843+julio4@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:33:36 +0700 Subject: [PATCH] fix #279 --- pages/components/collisions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/components/collisions.md b/pages/components/collisions.md index 32e0e20c..32757d10 100644 --- a/pages/components/collisions.md +++ b/pages/components/collisions.md @@ -21,7 +21,7 @@ Interface: // [!include ~/listings/applications/components/src/others/switch_collision.cairo:interface] ``` -Here's the storage of the contract (you can expand the code snippet to see the full contract and tests): +Here's the storage of the contract: ```cairo // [!include ~/listings/applications/components/src/others/switch_collision.cairo:storage]