8000 minor #12063 Progress Bar Section -- Change CodeBlock (TheGarious) · Tobion/symfony-docs@5a3d82d · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a3d82d

Browse files
committed
minor symfony#12063 Progress Bar Section -- Change CodeBlock (TheGarious)
This PR was merged into the 4.3 branch. Discussion ---------- Progress Bar Section -- Change CodeBlock Change CodeBlock Terminal for CodeBlock Console Example : https://symfony.com/doc/current/components/console/helpers/progressbar.html <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 72a5328 Progress Bar Section -- Change CodeBlock
2 parents 08526cf + 72a5328 commit 5a3d82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/helpers/progressbar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ which starts, advances and finishes the progress bar automatically::
112112

113113
If ``$iterable = [1, 2]``, the previous code will output the following:
114114

115-
.. code-block:: terminal
115+
.. code-block:: console
116116
117117
0/2 [>---------------------------] 0%
118118
1/2 [==============>-------------] 50%

0 commit comments

Comments
 (0)
0