Comment fixed: RedrawFrequency is measured in steps.

This commit is contained in:
Reen Lokum 2013-07-08 16:24:02 +02:00
parent af31180205
commit 40591b92c8
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class ProgressHelper extends Helper
/** /**
* Sets the redraw frequency. * Sets the redraw frequency.
* *
* @param int $freq The frequency in seconds * @param int $freq The frequency in steps
*/ */
public function setRedrawFrequency($freq) public function setRedrawFrequency($freq)
{ {