Skip to content

Commit

Permalink
Fix syntax error in x-ms-identifiers documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Shen <[email protected]>
  • Loading branch information
mjlshen committed Apr 5, 2024
1 parent ab3ae6d commit 1d4b49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Check that array properties have `x-ms-identifiers` specified with `@OpenAPI.ext
#### ❌ Incorrect

```tsp
model Address [] {
model Address {
city: string;
street: string;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Check that array properties have `x-ms-identifiers` specified with `@OpenAPI.ext
#### ❌ Incorrect

```tsp
model Address [] {
model Address {
city: string;
street: string;
}
Expand Down

0 comments on commit 1d4b49c

Please sign in to comment.