Skip to content

Commit e35481c

Browse files
committed
Fix a documentation link.
1 parent b8d7e00 commit e35481c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use crate::{fd::FromRawFd, ioctl};
2323
bitflags::bitflags! {
2424
/// `O_*` flags for use with [`openpt`] and [`ioctl_tiocgptpeer`].
2525
///
26-
/// [`ioctl_tiocgtpeer`]: https://docs.rs/rustix/*/x86_64-unknown-linux-gnu/rustix/pty/fn.ioctl_tiocgptpeer.html
26+
/// [`ioctl_tiocgptpeer`]: https://docs.rs/rustix/*/x86_64-unknown-linux-gnu/rustix/pty/fn.ioctl_tiocgptpeer.html
2727
#[repr(transparent)]
2828
#[derive(Copy, Clone, Eq, PartialEq, Hash, Debug)]
2929
pub struct OpenptFlags: u32 {

0 commit comments

Comments
 (0)