Skip to content

Commit

Permalink
Update public/components/common/helpers/ppl_docs/language_structure/i…
Browse files Browse the repository at this point in the history
…dentifiers.ts

Co-authored-by: Nathan Bower <nbower@amazon.com>
Signed-off-by: Melissa Vagi <vagimeli@amazon.com>
  • Loading branch information
vagimeli and natebower authored Dec 5, 2023
1 parent 585b4ff commit 702e764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ A delimited identifier is an identifier enclosed in backticks \`\` that contain
#### Use cases
Common use case for delimited identifiers include:
Common use cases for delimited identifiers include the following:
- Identifiers that coincide with reserved keywords
- Identifiers that contain a dot \`.\` or a dash \`-\` need to be distinguished from regular identifiers with qualifiers. Enclosing such identifiers in backticks \`\` allows the parser to differentiate them from qualified identifiers and enables date information within index names.
Expand Down

0 comments on commit 702e764

Please sign in to comment.