Skip to content

Commit 4004b87

Browse files
committed
chore: remove a redundant dot from FreeBSD example
1 parent 2bc703c commit 4004b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fcntl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ pub fn fspacectl<Fd: std::os::fd::AsFd>(fd: Fd, range: SpacectlRange) -> Result<
14011401
/// const INITIAL: &[u8] = b"0123456789abcdef";
14021402
/// let mut f = tempfile().unwrap();
14031403
/// f.write_all(INITIAL).unwrap();
1404-
/// fspacectl_all(&f., 3, 6).unwrap();
1404+
/// fspacectl_all(&f, 3, 6).unwrap();
14051405
/// let mut buf = vec![0; INITIAL.len()];
14061406
/// f.read_exact_at(&mut buf, 0).unwrap();
14071407
/// assert_eq!(buf, b"012\0\0\0\0\0\09abcdef");

0 commit comments

Comments
 (0)