From f84a24326346184db693e3f89c412328f7228713 Mon Sep 17 00:00:00 2001 From: RiceChuan Date: Sat, 14 Dec 2024 21:51:00 +0800 Subject: [PATCH] docs: Quotation mark error Signed-off-by: RiceChuan --- .../cairo/modules/language_constructs/pages/contracts.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/src/components/cairo/modules/language_constructs/pages/contracts.adoc b/docs/reference/src/components/cairo/modules/language_constructs/pages/contracts.adoc index c568c9a42d0..d577b060e38 100644 --- a/docs/reference/src/components/cairo/modules/language_constructs/pages/contracts.adoc +++ b/docs/reference/src/components/cairo/modules/language_constructs/pages/contracts.adoc @@ -30,8 +30,8 @@ module as a contract. == Storage -Unlike a Cairo program, which is stateless, a Starknet contract has a state, called “the contract’s -storage”. +Unlike a Cairo program, which is stateless, a Starknet contract has a state, called "the contract’s +storage". Transactions invoked on such contracts may modify this state. In a contract, you can define a struct named `Storage`. The members of this struct are the storage