Skip to content

Commit e1b7ec3

Browse files
committed
.
1 parent f4661b4 commit e1b7ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cds/aspects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ aspect temporal {
261261
Consumers would then flexibly use these reuse aspects like so:
262262

263263
```cds
264-
using { cuid, managed, tracked, extensible, temporal } from 'your-base-classes';
264+
using { cuid, managed, tracked, extensible, temporal } from 'your-reuse-aspects';
265265
entity Foo : cuid, managed, tracked, extensible {...}
266266
entity Bar : cuid, managed, temporal {...}
267267
```

0 commit comments

Comments
 (0)