Skip to content

Commit 5737cf9

Browse files
Update association_basics.md
1 parent a6a840f commit 5737cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/association_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2975,7 +2975,7 @@ Delegated types solves this problem, via `delegated_type`.
29752975

29762976
In order to use delegated types, we have to model our data in a particular way. The requirements are as follows:
29772977

2978-
* There is a superclass that stores shared attributes among all subclasses in it's table.
2978+
* There is a superclass that stores shared attributes among all subclasses in its table.
29792979
* Each subclass must inherit from the super class, and will have a separate table for any additional attributes specific to it.
29802980

29812981
This eliminates the need to define attributes in a single table that are unintentionally shared among all subclasses.

0 commit comments

Comments
 (0)