We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c8201 commit 87212f4Copy full SHA for 87212f4
docs/reference/src/components/cairo/modules/language_constructs/pages/variables.adoc
@@ -26,7 +26,7 @@ let x = 5_u32;
26
27
Variables are immutable unless declared otherwise.
28
A variable can be declared as mutable using the `mut` keyword.
29
-A mutable variable can be link:assignment-statement.adoc[assigned] a different value after the initialization.
+A mutable variable can be link:assignment-statement.adoc[assigned] a different value after initialization.
30
31
For example:
32
[source]
0 commit comments