-
Notifications
You must be signed in to change notification settings - Fork 172
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 docs #1430
Conversation
PR missing one of the required labels: {'documentation', 'breaking-change', 'internal', 'bug', 'dependencies', 'enhancement', 'new feature'} |
PR missing one of the required labels: {'new feature', 'internal', 'dependencies', 'documentation', 'enhancement', 'breaking-change', 'bug'} |
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.
I would stick with the third person pronoun as is done in std
and most Rust crates.
Here's an example: https://doc.rust-lang.org/stable/std/vec/struct.Vec.html#method.push
@fuzzypixelz Suggestions applied! |
Fix docs