Skip to content

Commit b82b66d

Browse files
committed
wip
1 parent 3a795ea commit b82b66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StructuredQueriesCore/Documentation.docc/Articles/DefiningYourSchema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ struct Event {
482482
### Enum tables
483483
484484
It is possible to use enums as a domain modeling tool for your table schema, which can help you
485-
emulate "inheritance" for you tables without having the burden of using reference types.
485+
emulate "inheritance" for your tables without having the burden of using reference types.
486486
487487
As an example, suppose you have a table that represents attachments that can be associated with
488488
other tables, and an attachment can either be a link, a note or an image. One way to model this

0 commit comments

Comments
 (0)