Skip to content

Commit 1464268

Browse files
committed
Merge branch 'simple-allowed-types' of https://github.com/TommyBrosman/FluidFramework into simple-allowed-types
2 parents 6eddd77 + 97e1b12 commit 1464268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dds/tree/src/shared-tree/sharedTree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ export const defaultSharedTreeOptions: Required<SharedTreeOptionsInternal> = {
957957
/**
958958
* Build the allowed types for a Stored Schema.
959959
*
960-
* @remarks Staged upgrades do not apply to stored schemas, so we omit the flag when building {@link SimpleAllowedTypes}.
960+
* @remarks Staged upgrades do not apply to stored schemas, so we omit the {@link SimpleAllowedTypes.isStaged | staging flag } when building {@link SimpleAllowedTypes}.
961961
* @param types - The types to create allowed types for.
962962
* @returns The allowed types.
963963
*/

0 commit comments

Comments
 (0)