fixed description of repeat method
This commit is contained in:
parent
d0d7dd55c3
commit
8b6203fc0d
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ String.prototype.md5 = function() {
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* function repeats a string passed as argument
|
* function repeats a string the specified amount of times
|
||||||
* @param Int amount of repetitions
|
* @param Int amount of repetitions
|
||||||
* @return String resulting string
|
* @return String resulting string
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue