diff --git a/core/String.js b/core/String.js index 0ec880e4..53e9b0ba 100644 --- a/core/String.js +++ b/core/String.js @@ -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 * @return String resulting string */