Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 625fa51

Browse files
committed
one char fix
1 parent 91e306b commit 625fa51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ var parser = new Parser({
9393
// The "comment" state
9494
"comment": {
9595
"\\*/": "source",
96-
"@licen[cs]e\\s((?:[^*\n]|\\*+[^/\n])*)": function(match, licenseText) {
96+
"@licen[cs]e\\s((?:[^*\n]|\\*+[^*/\n])*)": function(match, licenseText) {
9797
this.licences.push(licenseText.trim());
9898
}
9999
},

0 commit comments

Comments
 (0)