Skip to content

Commit b3569f5

Browse files
authored
typo fix in starknet-state.adoc
1 parent d55632d commit b3569f5

File tree

1 file changed

+1
-1
lines changed
  • components/Starknet/modules/architecture-and-concepts/pages/network-architecture

1 file changed

+1
-1
lines changed

components/Starknet/modules/architecture-and-concepts/pages/network-architecture/starknet-state.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ A transaction stem:[$tx$] transitions the system from state stem:[$S$] to state
4949
contract instance's address, and the specific function entry point are part of the transaction.
5050
* stem:[$tx$] is a `DEPLOY_ACCOUNT` transaction, and stem:[$S'$] contains the new contract instance's state at the contract instance's address. Additionally, the storage of stem:[$S$] is updated
5151
according to the execution of the contract instance's constructor.
52-
* stem:[$tx$] is a `DECALRE` transaction, and stem:[$S'$] contains the class hash and definition in the contract class's mapping
52+
* stem:[$tx$] is a `DECLARE` transaction, and stem:[$S'$] contains the class hash and definition in the contract class's mapping
5353

5454
== State commitment
5555

0 commit comments

Comments
 (0)