Skip to content

Commit

Permalink
Fix docs typo (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
SUPERCILEX authored and sunfishcode committed Jan 17, 2023
1 parent 9ce63b3 commit b9594d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs/at.rs
Expand Up @@ -222,7 +222,7 @@ pub fn renameat_with<P: path::Arg, Q: path::Arg, PFd: AsFd, QFd: AsFd>(
})
}

/// `symlinkat(old_dirfd, old_path, new_dirfd, new_path)`—Creates a symlink.
/// `symlinkat(old_path, new_dirfd, new_path)`—Creates a symlink.
///
/// # References
/// - [POSIX]
Expand Down

0 comments on commit b9594d3

Please sign in to comment.