Skip to content
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

Fixed clunky grammar, that was difficult to read. #3763

Closed
wants to merge 2 commits into from

Conversation

Rossnkama
Copy link

No description provided.

Comment on lines 320 to 323
Indexing into a string can be problematic because it's unclear what the return
type of the string-indexing operation should be: a byte value, a character,
a grapheme cluster, or a string slice. If you need to use indices to create
string slices, Rust requires you to be more specific.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This switches to using five-dollar words like "problematic" when a simpler string, "is often a bad idea", will do. Can you explain what makes this wording clearer to you?

@Rossnkama Rossnkama closed this Nov 22, 2023
@Rossnkama Rossnkama deleted the fix-clunky-grammar branch January 31, 2024 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants