-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix typos and improve clarity #7373
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 4 files at r1, all commit messages.
Reviewable status: 3 of 4 files reviewed, 1 unresolved discussion
crates/cairo-lang-lowering/src/lower/refs.rs
line 14 at r1 (raw file):
use crate::db::LoweringGroup; // Information about members captured by the closure and their types.
Suggestion:
/// Information about members captured by the closure and their types.
Updated file refs.rs according to your suggestion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @Alex-Roleks)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status:
complete! all files reviewed, all discussions resolved (waiting on @Alex-Roleks)
This PR corrects several typos and improves clarity in documentation across multiple files in the
cairo-lang-lowering
crate. Key fixes include:rather then
→rather than
andallow
→allows
.we need the make sure
→we need to ensure
.