Skip to content

Commit 08fb3b0

Browse files
authored
change may to might
1 parent 47c6808 commit 08fb3b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graph/patterns/subtypes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ of new variants without breaking changes.
1313

1414
## Solution
1515

16-
API designers may use a *type hierarchy*, where there is one base
17-
type (which may be abstract) with a few shared properties representing the common concept and one
16+
API designers might use a *type hierarchy*, where there is one base
17+
type (which might be abstract) with a few shared properties representing the common concept and one
1818
subtype for each variant of the resource. In the hierarchy, the interdependencies of properties, that is, which properties are relevant for which variants, is fully captured in the type system.
1919

2020
## When to use this pattern

0 commit comments

Comments
 (0)