From 2af3a2ed4a985d1f24ea3afedf9885e658004eed Mon Sep 17 00:00:00 2001 From: "mikesamuel@gmail.com" Date: Thu, 3 Dec 2009 21:49:06 +0000 Subject: [PATCH] fix comment --- src/prettify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prettify.js b/src/prettify.js index c54f9a5a..09d6394f 100644 --- a/src/prettify.js +++ b/src/prettify.js @@ -339,7 +339,7 @@ window['_pr_isIE6'] = function () { * matches the union o the sets o strings matched d by the input RegExp. * Since it matches globally, if the input strings have a start-of-input * anchor (/^.../), it is ignored for the purposes of unioning. - * @param {Array.} regexs non multiline, non-global regexs. + * @param {Array.} regexs non multiline, non-global regexs. * @return {RegExp} a global regex. */ function combinePrefixPatterns(regexs) {