Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
danjoa committed Nov 12, 2024
1 parent f4661b4 commit e1b7ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cds/aspects.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ aspect temporal {
Consumers would then flexibly use these reuse aspects like so:

```cds
using { cuid, managed, tracked, extensible, temporal } from 'your-base-classes';
using { cuid, managed, tracked, extensible, temporal } from 'your-reuse-aspects';
entity Foo : cuid, managed, tracked, extensible {...}
entity Bar : cuid, managed, temporal {...}
```
Expand Down

0 comments on commit e1b7ec3

Please sign in to comment.