Skip to content

Commit

Permalink
Fix Pseudoterminal typo (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaschiasson authored Jun 29, 2023
1 parent d30f908 commit 3cef8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ by default. The rest of the API is conditional with cargo feature flags:
| `pipe` | [`rustix::pipe`]—Pipe operations.
| `process` | [`rustix::process`]—Process-associated operations.
| `procfs` | [`rustix::procfs`]—Utilities for reading `/proc` on Linux.
| `pty` | [`rustix::pty`]Pseduoterminal operations.
| `pty` | [`rustix::pty`]Pseudoterminal operations.
| `rand` | [`rustix::rand`]—Random-related operations.
| `stdio` | [`rustix::stdio`]—Stdio-related operations.
| `system` | [`rustix::system`]—System-related operations.
Expand Down

0 comments on commit 3cef8d4

Please sign in to comment.