Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
renejeglinsky authored Feb 22, 2024
1 parent 15fa9ff commit e6310c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/domain-modeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ In addition, a set of common reuse types and aspects is provided with package [_
For example, usage is as simple as this:

```cds
using { Country } from '@sap/cds/common';
using { Country, managed } from '@sap/cds/common';
entity Addresses : managed { //> using reuse aspect
street : String;
town : String;
Expand Down

0 comments on commit e6310c1

Please sign in to comment.