We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a230c6 commit 4535d20Copy full SHA for 4535d20
1 file changed
cds/cdl.md
@@ -376,7 +376,7 @@ define entity Employees {
376
{#types}
377
378
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).
+Custom-defined types can be simple, that is derived from one of the predefined types, structured types or [Associations](#associations).
380
381
```cds
382
define type User : String(111);
0 commit comments