Skip to content

Commit 59656f8

Browse files
authored
docs: fix minor typos and wording in ADRs (#8851)
1 parent 1421096 commit 59656f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

adrs/001_enum_definition_syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ match enum_val {
2727
MyEnum::Variant0(value0)
2828
```
2929

30-
This is a deviation from the rust syntax
30+
This is a deviation from the Rust syntax
3131
```
3232
enum MyEnum {
3333
Variant0,

adrs/003_simple_trait_system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Accepted ?
77

88
## Context
99
This suggestion introduces a basic `trait` and `impl` system.
10-
* It is flexible enough to allow anything that can be expressed in rust's trait system, excluding
10+
* It is flexible enough to allow anything that can be expressed in Rust's trait system, excluding
1111
dynamics.
1212
* It is simple, without edge cases, and hopefully easy on the compiler work.
1313

docs/reference/src/components/cairo/modules/getting_started/pages/prerequisites.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To set up a development environment, please follow these steps:
3131
. Follow the instructions in link:https://marketplace.visualstudio.com/items?itemName=starkware.cairo1[vscode-cairo].
3232

3333
The `rustfmt` configuration used by cairo requires a nightly version of Rust.
34-
You can install the nightly version by running.
34+
You can install the nightly version by running:
3535

3636
[source,bash]
3737
----

0 commit comments

Comments
 (0)