From b5621ba197a4825575b95199e3615e391ba46786 Mon Sep 17 00:00:00 2001 From: Ben Gribaudo Date: Wed, 23 Feb 2022 13:15:10 -0500 Subject: [PATCH] Fixing formatting of spec deviation details page (#292) Co-authored-by: JordanBoltonMN --- specification.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification.md b/specification.md index 898829dc..b58be1df 100644 --- a/specification.md +++ b/specification.md @@ -8,5 +8,6 @@ There are a few differences between the [Power Query / M Language Specification] * An additional primitive type named `action` exists. * The `field-specification` construct requires an `identifier`. Instead `identifer` is replaced with `generalized-identifier`. * The `type` construct matches either `parenthesized-expression` or `primary-type`. Instead `parenthesized-expression` is replaced with `primary-expression`. -* The `table-type` construct matches on `row-type`. An additional match of `primary-expression` is added on the following tokens: `@`, `identifier`, or `left-parenthesis`. +* The `table-type` construct matches on `row-type`. +* An additional match of `primary-expression` is added on the following tokens: `@`, `identifier`, or `left-parenthesis`. * The `generalized-identifier` was changed so that `identifier-start-character` was replaced with `identifier-part-character`. It also accepts quoted identifiers.