Skip to content

Commit 5c9d671

Browse files
authored
fix wording in README and literal expressions doc (#8970)
1 parent e5a3d92 commit 5c9d671

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
### Prerequisites
5050

5151
- Install [Rust](https://www.rust-lang.org/tools/install)
52-
- Setup Rust:
52+
- Set up Rust:
5353
```bash
5454
rustup override set stable && rustup update
5555
```

docs/reference/src/components/cairo/modules/language_constructs/pages/literal-expressions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
6666
The default type is a `felt252` which limits the length of the string to 31 characters.
6767
A short string literal may be followed by an underscore character (`_`)
6868
and then a __literal suffix__ just like a numerical literal.

0 commit comments

Comments
 (0)