Skip to content

Commit 95063f9

Browse files
authored
Update collections.md
1 parent bb24f13 commit 95063f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graph/articles/collections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Take the following model with an entity type `application` that has a collection
342342
and a scenario arises that requires, for example, to remove individual `keyCredential`s from the collection.
343343
There are two options forward: //// TODO do we want to offer both options, or just one?
344344

345-
### 11.1 Side-by-side collection properties
345+
### 11.1 Side-by-side collection properties (for any collection of structural types)
346346

347347
The model can be updated to have two collections side-by-side, deprecating the existing one:
348348
```diff
@@ -422,7 +422,7 @@ HTTP/1.1 400 Bad Request
422422
TODO should this be a 409 conflict instead?
423423
TODO implement this in WebApi
424424

425-
### 11.2 `$select` overloading
425+
### 11.2 Redefine as Entity Type (for collections of complex types)
426426

427427
The model can be updated to simply switch the complex type for an entity type:
428428
```diff

0 commit comments

Comments
 (0)