Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 2af3a2e

Browse files
author
mikesamuel@gmail.com
committedDec 3, 2009
fix comment
1 parent 66c3634 commit 2af3a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/prettify.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ window['_pr_isIE6'] = function () {
339339
* matches the union o the sets o strings matched d by the input RegExp.
340340
* Since it matches globally, if the input strings have a start-of-input
341341
* anchor (/^.../), it is ignored for the purposes of unioning.
342-
* @param {Array.<RegExpr>} regexs non multiline, non-global regexs.
342+
* @param {Array.<RegExp>} regexs non multiline, non-global regexs.
343343
* @return {RegExp} a global regex.
344344
*/
345345
function combinePrefixPatterns(regexs) {

0 commit comments

Comments
 (0)