Skip to content

Commit

Permalink
Update syntactic_content_assist.md
Browse files Browse the repository at this point in the history
I found them! Fixes Chevrotain#2076
  • Loading branch information
khill-fbmc authored Nov 21, 2024
1 parent e1479df commit af19541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/website/docs/guide/syntactic_content_assist.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This causes several important limitations:
These limitations may seem daunting at first, but should not cause great problems in actual practice.
The following sections will discuss each limitation in details.

## Performance.
## Performance

An order of magnitude slower performance may at first sound like a horrible thing.
Lets put this in perspective for relevant use cases:
Expand Down Expand Up @@ -143,7 +143,7 @@ return Math.max(five, six)

6. However if we only send the text of the third statement ("let six = 1 + ") content assist will work successfully.

## Gates / Predicates.
## Gates / Predicates

Gates / Predicates behave is limiters of the available grammar. These constructs are not often used in grammars
which reduces the severity of this limitation.
Expand Down

0 comments on commit af19541

Please sign in to comment.