From 8b6203fc0d98b72d1ee50b3aac4c0a243cb91f94 Mon Sep 17 00:00:00 2001 From: zumbrunn Date: Tue, 1 Jul 2008 17:38:19 +0000 Subject: [PATCH] fixed description of repeat method --- core/String.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */