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

Typo in std::process docstring #127688

Closed
selendym opened this issue Jul 13, 2024 · 0 comments · Fixed by #127704
Closed

Typo in std::process docstring #127688

selendym opened this issue Jul 13, 2024 · 0 comments · Fixed by #127704
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Comments

@selendym
Copy link

Location

//! result in the child process seeing a different array of arguments then the

Summary

Excerpt, typo bolded:

In these cases using [arg] or [args] may result in the child process seeing a different array of arguments then the parent process intended.

"Then" should be "than".

@selendym selendym added the A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools label Jul 13, 2024
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Jul 13, 2024
@saethlin saethlin added E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. and removed needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants