Skip to content

Commit c7a816b

Browse files
committed
Minor update to the Transitivity Example section to mention graph depth configuration
1 parent ffdb7e6 commit c7a816b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,9 @@ Note: Tasks are not included in the example as they are ephemeral, but the SDK c
260260
### Transitivity Example
261261

262262
- In the TypeScript reference implementation, the `communications` group contains `email` and `calendar` groups.
263+
- The example client allows the user to configure the maximum depth of the depth-first graph search.
263264
- When listing the primitives in the `communications` group at maximum graph depth, it displays the contents of both children.
264-
- So `email_thank_contributor` would appear in both `email` and `communications`.
265+
- In that case, `email_thank_contributor` would appear in both `email` and `communications`.
265266
- Some clients might wish to only show direct children of a group (depth of 1 in the example).
266267

267268
## Acknowledgements

0 commit comments

Comments
 (0)