Skip to content

Commit 8b55775

Browse files
committed
Fix to reference content about flags.
1 parent 5b7afc5 commit 8b55775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/src/docs/reference_content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ o.kids = [
635635
id:"flags",
636636
label:"Flags",
637637
tooltip:"Expression flags change how the expression is interpreted. Click to edit.",
638-
desc:"Expression flags change how the expression is interpreted. There are three flags in JS: i, g, and m. Flags follow the closing backslash of the expression (ex. <code>/.+/igm</code> ).",
638+
desc:"Expression flags change how the expression is interpreted. Flags follow the closing forward slash of the expression (ex. <code>/.+/igm</code> ).",
639639
target:"flags",
640640
kids: [
641641
{

0 commit comments

Comments
 (0)