Skip to content

Commit 3cef8d4

Browse files
Fix Pseudoterminal typo (#711)
1 parent d30f908 commit 3cef8d4

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
@@ -66,7 +66,7 @@ by default. The rest of the API is conditional with cargo feature flags:
6666
| `pipe` | [`rustix::pipe`]—Pipe operations.
6767
| `process` | [`rustix::process`]—Process-associated operations.
6868
| `procfs` | [`rustix::procfs`]—Utilities for reading `/proc` on Linux.
69-
| `pty` | [`rustix::pty`]Pseduoterminal operations.
69+
| `pty` | [`rustix::pty`]Pseudoterminal operations.
7070
| `rand` | [`rustix::rand`]—Random-related operations.
7171
| `stdio` | [`rustix::stdio`]—Stdio-related operations.
7272
| `system` | [`rustix::system`]—System-related operations.

0 commit comments

Comments
 (0)