diff --git a/components/console/introduction.rst b/components/console/introduction.rst index 9d52276414e..997d14c1172 100755 --- a/components/console/introduction.rst +++ b/components/console/introduction.rst @@ -416,7 +416,7 @@ progress bar:: $progress->setBarCharacter('='); // the unfinished part of the bar $progress->setEmptyBarCharacter(' '); - $progress->setProgressChar('|'); + $progress->setProgressCharacter('|'); $progress->setBarWidth(50); To see other available options, check the API documentation for