Skip to content

Commit 4c641f0

Browse files
committed
minor #6658 [Process] tweak a sentence (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- [Process] tweak a sentence Commits ------- 100037b [Process] tweak a sentence
2 parents a6b3a77 + 100037b commit 4c641f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/process.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The ``getOutput()`` method always returns the whole content of the standard
4343
output of the command and ``getErrorOutput()`` the content of the error
4444
output. Alternatively, the :method:`Symfony\\Component\\Process\\Process::getIncrementalOutput`
4545
and :method:`Symfony\\Component\\Process\\Process::getIncrementalErrorOutput`
46-
methods returns the new outputs since the last call.
46+
methods return the new output since the last call.
4747

4848
The :method:`Symfony\\Component\\Process\\Process::clearOutput` method clears
4949
the contents of the output and

0 commit comments

Comments
 (0)