Skip to content

Commit f6a1ea1

Browse files
committed
clarification on transitivity example
1 parent 4c4c5ed commit f6a1ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/community/seps/2084-primitive-groups.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ A client that composes the group membership graph from the group list can repres
265265
- In the TypeScript reference implementation, the `communications` group contains `email` and `calendar` groups.
266266
- The example client allows the user to configure the maximum display depth of the graph.
267267
- When listing the primitives in the `communications` group at maximum graph depth, it displays the contents of all child groups.
268-
- In that case, the `email_thank_contributor` tool would appear in both `email` and `communications`.
268+
- In that case, the `email_thank_contributor` tool would appear in both `email` and `communications`.
269269
- Some clients might wish to only show direct children of a group (depth of 1 in the example).
270-
- In that case, the `email_thank_contributor` tool would appear in the `email` group, but not its parent, `communications`.
270+
- In that case, the `email_thank_contributor` tool would appear in the `email` group, but not its parent, `communications`.
271271

272272
## Acknowledgements
273273

0 commit comments

Comments
 (0)