Skip to content

Commit

Permalink
Fixing formatting of spec deviation details page (#292)
Browse files Browse the repository at this point in the history
Co-authored-by: JordanBoltonMN <[email protected]>
  • Loading branch information
bgribaudo and JordanBoltonMN authored Feb 23, 2022
1 parent 1c2eda3 commit b5621ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b5621ba

Please sign in to comment.