Skip to content

Commit da52db7

Browse files
command_helpers.rs: fix OutputKind::Capture documentation (#1705)
1 parent ee64d58 commit da52db7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/command_helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub(crate) enum OutputKind {
3434
Forward,
3535
/// Discard the output ([`Stdio::null()`])
3636
Discard,
37-
/// Capture the result (`[Stdio::piped()`])
37+
/// Capture the result ([`Stdio::piped()`])
3838
Capture,
3939
}
4040

0 commit comments

Comments
 (0)