Commit 5880f38
committed
bug #5126 Fix a typo in ProgressBar usage example (kamazee)
This PR was submitted for the 2.5 branch but it was merged into the 2.6 branch instead (closes #5126).
Discussion
----------
Fix a typo in ProgressBar usage example
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | 2.5+
| Fixed tickets | #5125
Docs say `%step%` while the context suggests `%current%` -- looks like a typo.
Commits
-------
511b7a8 Fix a typo in ProgressBar usage example1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
0 commit comments