Skip to content

Commit

Permalink
Fix typo in README.md (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Jan 16, 2023
1 parent e07d499 commit 5356380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -104,7 +104,7 @@ features for `rustix`.

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

0 comments on commit 5356380

Please sign in to comment.