Browse Source

tiny error

pull/464/head
John Barrett 8 years ago
committed by GitHub
parent
commit
a71d17bfd9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/Entities.md

2
docs/Entities.md

@ -173,4 +173,4 @@ ABP does not force you to apply any DDD rule or patterns. However, it tries to m
#### Aggregate Roots with Composite Keys
While it's not common (and not suggested) for aggregate roots, it isin fact possible to define composite keys in the same way as defined for the mentioned entities above. Use non-generic `AggregateRoot` base class in that case.
While it's not common (and not suggested) for aggregate roots, it is in fact possible to define composite keys in the same way as defined for the mentioned entities above. Use non-generic `AggregateRoot` base class in that case.

Loading…
Cancel
Save