Skip to content

Commit 5356380

Browse files
authored
Fix typo in README.md (#516)
1 parent e07d499 commit 5356380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ features for `rustix`.
104104

105105
`rustix` has its own code for making direct syscalls, similar to the [`sc`] and
106106
[`scall`] crates, though `rustix` can use either the Rust `asm!` macro or
107-
out-of-line `.s` files so it supports Rust versions from 1.48 though Nightly.
107+
out-of-line `.s` files so it supports Rust versions from 1.48 through Nightly.
108108
`rustix` can also use Linux's vDSO mechanism to optimize Linux `clock_gettime`
109109
on all architectures, and all Linux system calls on x86. And `rustix`'s
110110
syscalls report errors using an optimized `Errno` type.

0 commit comments

Comments
 (0)