File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/reference/src/components/cairo/modules/language_constructs/pages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949### Prerequisites
5050
5151- Install [ Rust] ( https://www.rust-lang.org/tools/install )
52- - Setup Rust:
52+ - Set up Rust:
5353``` bash
5454rustup override set stable && rustup update
5555```
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Cairo syntax considers `-1` as an application of the xref:negation-operators.ado
6262
6363== Short string literals
6464
65- A short string is an ascii- string whose length is limited by the type that holds it.
65+ A short string is an ASCII string whose length is limited by the type that holds it.
6666The default type is a `felt252` which limits the length of the string to 31 characters.
6767A short string literal may be followed by an underscore character (`_`)
6868and then a __literal suffix__ just like a numerical literal.
You can’t perform that action at this time.
0 commit comments