Skip to content

Commit 4535d20

Browse files
authored
Minor typo fix in cdl.md (#1984)
Feels like "structure type" might be a thing, but (I think) it's just a typo for "structured type", hence this fix.
1 parent 3a230c6 commit 4535d20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cds/cdl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ define entity Employees {
376376
{#types}
377377

378378
You can declare custom types to reuse later on, for example, for elements in entity definitions.
379-
Custom-defined types can be simple, that is derived from one of the predefined types, structure types or [Associations](#associations).
379+
Custom-defined types can be simple, that is derived from one of the predefined types, structured types or [Associations](#associations).
380380

381381
```cds
382382
define type User : String(111);

0 commit comments

Comments
 (0)