We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30f908 commit 3cef8d4Copy full SHA for 3cef8d4
README.md
@@ -66,7 +66,7 @@ by default. The rest of the API is conditional with cargo feature flags:
66
| `pipe` | [`rustix::pipe`]—Pipe operations.
67
| `process` | [`rustix::process`]—Process-associated operations.
68
| `procfs` | [`rustix::procfs`]—Utilities for reading `/proc` on Linux.
69
-| `pty` | [`rustix::pty`]—Pseduoterminal operations.
+| `pty` | [`rustix::pty`]—Pseudoterminal operations.
70
| `rand` | [`rustix::rand`]—Random-related operations.
71
| `stdio` | [`rustix::stdio`]—Stdio-related operations.
72
| `system` | [`rustix::system`]—System-related operations.
0 commit comments