fixed description of repeat method

This commit is contained in:
zumbrunn 2008-07-01 17:38:19 +00:00
parent d0d7dd55c3
commit 8b6203fc0d

View file

@ -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
*/ */