Skip to content

Commit 2dc5b23

Browse files
GrigorenkoPVjoboet
andauthored
Update library/std/src/io/error.rs
Co-authored-by: Jonas Böttiger <[email protected]>
1 parent a707c89 commit 2dc5b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ pub enum ErrorKind {
373373
TooManyLinks,
374374
/// A filename was invalid.
375375
///
376-
/// This error can also occur if the filename length limit was exceeded.
376+
/// This error can also occur if a length limit for a name was exceeded.
377377
#[stable(feature = "io_error_invalid_filename", since = "CURRENT_RUSTC_VERSION")]
378378
InvalidFilename,
379379
/// Program argument list too long.

0 commit comments

Comments
 (0)