Skip to content

Commit 1aa9205

Browse files
committed
style: fmt
1 parent f11b493 commit 1aa9205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ feature! {
335335
///
336336
/// In a multithreaded program, only [async-signal-safe] functions like `pause`
337337
/// and `_exit` may be called by the child (the parent isn't restricted) until
338-
/// a call of `execve(2)`. Note that memory allocation may **not** be
338+
/// a call of `execve(2)`. Note that memory allocation may **not** be
339339
/// async-signal-safe and thus must be prevented.
340340
///
341341
/// Those functions are only a small subset of your operating system's API, so

0 commit comments

Comments
 (0)