Skip to content

Commit 99797a6

Browse files
authored
Fix yaml snippet
1 parent 1a75990 commit 99797a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cds/csn.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,10 @@ definitions:
5555
elements:
5656
foo: {type: cds.Integer}
5757
bar: {type: cds.String}
58-
extensions: [
58+
extensions:
5959
- extend: Foo
6060
elements:
6161
bar: {type: cds.String}
62-
]
6362
```
6463
6564
The same model as a **plain JavaScript** object:

0 commit comments

Comments
 (0)