Skip to content

Commit

Permalink
Fixing Typographical Errors in Documentation (#7032)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBonny authored Jan 8, 2025
1 parent 6e8795a commit 845948a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Cairo is the first Turing-complete language for creating provable programs for g
rustup override set stable && rustup update
```

Ensure rust was installed correctly by running the following from the root project directory:
Ensure Rust was installed correctly by running the following from the root project directory:
```bash
cargo test
```
Expand Down Expand Up @@ -105,7 +105,7 @@ You can track the exact progress [here](./docs/FEATURE_PARITY.md).

## Support

- We encourage developers to ask and answer questions on [stackoverflow](https://stackoverflow.com/questions/tagged/cairo-lang).
- We encourage developers to ask and answer questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/cairo-lang).
- Contact options listed on [this GitHub profile](https://github.com/starkware-libs)

## Project assistance
Expand Down
2 changes: 1 addition & 1 deletion crates/cairo-lang-defs/src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pub struct MacroPluginMetadata<'a> {
pub edition: Edition,
}

// TOD(spapini): Move to another place.
// TODO(spapini): Move to another place.
/// A trait for a macro plugin: external plugin that generates additional code for items.
pub trait MacroPlugin: std::fmt::Debug + Sync + Send {
/// Generates code for an item. If no code should be generated returns None.
Expand Down

0 comments on commit 845948a

Please sign in to comment.