Skip to content

Commit 4c4c5ed

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

seps/2084-primitive-groups.md

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

254254
## Acknowledgements
255255

0 commit comments

Comments
 (0)