We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 903798d + 52ed15f commit 8d28d47Copy full SHA for 8d28d47
src/libstd/env.rs
@@ -492,7 +492,7 @@ pub fn temp_dir() -> PathBuf {
492
///
493
/// Acquiring the path to the current executable is a platform-specific operation
494
/// that can fail for a good number of reasons. Some errors can include, but not
495
-/// be limited to filesystem operations failing or general syscall failures.
+/// be limited to, filesystem operations failing or general syscall failures.
496
497
/// # Examples
498
0 commit comments