Skip to content

Commit a3e41f4

Browse files
committed
1 parent ddf5c40 commit a3e41f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ progress bar::
416416
$progress->setBarCharacter('<comment>=</comment>');
417417
// the unfinished part of the bar
418418
$progress->setEmptyBarCharacter(' ');
419-
$progress->setProgressChar('|');
419+
$progress->setProgressCharacter('|');
420420
$progress->setBarWidth(50);
421421

422422
To see other available options, check the API documentation for

0 commit comments

Comments
 (0)