Skip to content

Commit 0126880

Browse files
committed
Javascript -> JavaScript
1 parent 74af14b commit 0126880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/documentation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var library = {
2424
{
2525
label:"RegEx engine",
2626
desc:"While the core feature set of regular expressions is fairly consistent, different implementations (ex. Perl vs Java) may have different features or behaviours."+
27-
"<p>RegExr uses your browser's RegExp engine for matching, and its syntax highlighting and documentation reflect the Javascript RegExp standard.</p>"
27+
"<p>RegExr uses your browser's RegExp engine for matching, and its syntax highlighting and documentation reflect the JavaScript RegExp standard.</p>"
2828
},
2929
{
3030
id:"infinite",

0 commit comments

Comments
 (0)