Skip to content

Commit 20d7db2

Browse files
authored
Minor fix in common.md (#1996)
There were likely only three `CodeList` based entities but there are now four. So I've removed the (now inaccurate) number leaving it flexible and (now) correct :-)
1 parent 6a0c2c0 commit 20d7db2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cds/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ The following definitions are within namespace `sap.common`...
205205

206206
### Aspect `CodeList`
207207

208-
This is the base definition for the three code list entities in _@sap/cds/common_. It can also be used for your own code lists.
208+
This is the base definition for the code list entities in _@sap/cds/common_. It can also be used for your own code lists.
209209

210210
```cds
211211
aspect sap.common.CodeList {

0 commit comments

Comments
 (0)