fixed typo

This commit is contained in:
iklam 2026-01-19 12:20:25 -08:00
parent cf75fad676
commit 7785fde196

View File

@ -931,7 +931,7 @@ public final class ProcessBuilder
* {@code system()}.
*
* @apiNote
* If {#code System.out} and/or {#code System.in} have been
* If {#code System.out} and/or {#code System.err} have been
* closed in the current process, the corresponding output
* in the subprocess will be discarded.
*