Skip to content
Snippets Groups Projects
Unverified Commit 99c759a1 authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Fix a gnarly typo (informational, doesn't affect correctness) (#15033)

parent 432e08a2
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ export const LogicalAndOperator = createToken({
});
export const LogicalOrOperator = createToken({
name: "LogicalPrOperator",
name: "LogicalOrOperator",
pattern: Lexer.NA,
label: "boolean operator",
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment