Skip to content

Commit 52ed15f

Browse files
committed
doc: add missing comma
1 parent f6f050d commit 52ed15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libstd/env.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ pub fn temp_dir() -> PathBuf {
492492
///
493493
/// Acquiring the path to the current executable is a platform-specific operation
494494
/// 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.
495+
/// be limited to, filesystem operations failing or general syscall failures.
496496
///
497497
/// # Examples
498498
///

0 commit comments

Comments
 (0)