We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a707c89 commit 2dc5b23Copy full SHA for 2dc5b23
library/std/src/io/error.rs
@@ -373,7 +373,7 @@ pub enum ErrorKind {
373
TooManyLinks,
374
/// A filename was invalid.
375
///
376
- /// This error can also occur if the filename length limit was exceeded.
+ /// This error can also occur if a length limit for a name was exceeded.
377
#[stable(feature = "io_error_invalid_filename", since = "CURRENT_RUSTC_VERSION")]
378
InvalidFilename,
379
/// Program argument list too long.
0 commit comments