Skip to content

Commit e819c98

Browse files
Split up introduction sentence
Co-authored-by: Josh Triplett <[email protected]>
1 parent 695d47e commit e819c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3228-process-process_group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ unsafe {
3333
This approach forces the slow path because of the usage of `pre_exec`.
3434

3535
However, `posix_spawn` supports setting the process group
36-
(`posix_spawnattr_setpgroup`), this RFC proposes exposing that functionality,
36+
(`posix_spawnattr_setpgroup`). This RFC proposes exposing that functionality,
3737
which allows users to set the process group id without forcing the slow path.
3838

3939
# Guide-level explanation

0 commit comments

Comments
 (0)