Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 892ac66

Browse files
joshtriplettjoboet
andauthoredJan 25, 2025
Reminder more specific OS mention
Co-authored-by: Jonas Böttiger <[email protected]>
1 parent 884971f commit 892ac66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library/std/src/pipe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! A cross-platform anonymous pipe.
22
//!
3-
//! This module provides support for anonymous OS pipes, like [pipe] on UNIX/Linux or [CreatePipe]
3+
//! This module provides support for anonymous OS pipes, like [pipe] on UNIX or [CreatePipe]
44
//! on Windows.
55
//!
66
//! # Behavior

0 commit comments

Comments
 (0)
Please sign in to comment.