We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f050d commit 52ed15fCopy full SHA for 52ed15f
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