Skip to content

Commit 06a16fa

Browse files
SUPERCILEXsunfishcode
authored andcommitted
Fix docs typo (#498)
1 parent 9ce63b3 commit 06a16fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fs/at.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ pub fn renameat_with<P: path::Arg, Q: path::Arg, PFd: AsFd, QFd: AsFd>(
222222
})
223223
}
224224

225-
/// `symlinkat(old_dirfd, old_path, new_dirfd, new_path)`—Creates a symlink.
225+
/// `symlinkat(old_path, new_dirfd, new_path)`—Creates a symlink.
226226
///
227227
/// # References
228228
/// - [POSIX]

0 commit comments

Comments
 (0)