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 2beb316 commit ebfd1a0Copy full SHA for ebfd1a0
docs/reference/src/components/cairo/modules/language_constructs/pages/function-calls.adoc
@@ -40,7 +40,7 @@ The syntax for a reference argument is xref:lvalue.adoc[`ref lvalue`]. The type
40
match the type of the reference parameter.
41
The behavior of passing a reference argument is similar to the
42
xref:assignment-statement.adoc[assignment].
43
-`lvalue` is passed to the function and then reassigned to when the function returns.
+`lvalue` is passed to the function and then reassigned when the function returns.
44
Example: `increment(ref a.b)`.
45
46
[source,rust]
0 commit comments