mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Fix a comment in the rustdoc
This commit is contained in:
parent
89d6b8dfea
commit
47e61f064c
1 changed files with 1 additions and 1 deletions
|
@ -2016,7 +2016,7 @@ impl UChild {
|
|||
|
||||
/// Read, consume and return the output as [`String`] from [`Child`]'s stdout.
|
||||
///
|
||||
/// See also [`UChild::stdout_bytes] for side effects.
|
||||
/// See also [`UChild::stdout_bytes`] for side effects.
|
||||
pub fn stdout(&mut self) -> String {
|
||||
String::from_utf8(self.stdout_bytes()).unwrap()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue