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

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 3, 2009
1 parent 66c3634 commit 2af3a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prettify.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.<RegExpr>} regexs non multiline, non-global regexs.
* @param {Array.<RegExp>} regexs non multiline, non-global regexs.
* @return {RegExp} a global regex.
*/
function combinePrefixPatterns(regexs) {
Expand Down

0 comments on commit 2af3a2e

Please sign in to comment.