From af195417d5eb0d8b1fc65eaa6727bc4ad4cdbe41 Mon Sep 17 00:00:00 2001 From: Kevin Hill <107003416+khill-fbmc@users.noreply.github.com> Date: Thu, 21 Nov 2024 06:00:27 -0800 Subject: [PATCH] Update syntactic_content_assist.md I found them! Fixes #2076 --- packages/website/docs/guide/syntactic_content_assist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/website/docs/guide/syntactic_content_assist.md b/packages/website/docs/guide/syntactic_content_assist.md index f72b19577..e2ab9eb87 100644 --- a/packages/website/docs/guide/syntactic_content_assist.md +++ b/packages/website/docs/guide/syntactic_content_assist.md @@ -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: @@ -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.