Skip to content

Commit d071280

Browse files
authored
docs(tree): Fix grammar and improve readability (#25913)
## Description Fixes a grammatical mismatch (documents -> is) and a missing word. ## Reviewer Guidance The review process is outlined on [this wiki page](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines).
1 parent cafcbd4 commit d071280

File tree

1 file changed

+1
-1
lines changed
  • packages/dds/tree/src/simple-tree/api

1 file changed

+1
-1
lines changed

packages/dds/tree/src/simple-tree/api/tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ export interface SchemaCompatibilityStatus {
449449
*
450450
* In these cases `canUpgrade` and `isEquivalent` will be false.
451451
*
452-
* When the documents allowed by the view schema is a strict superset of those by the stored schema,
452+
* When the set of documents allowed by the view schema is a strict superset of those allowed by the stored schema,
453453
* `canView` is false because writes to the document using the view schema could make the document violate its stored schema.
454454
* In this case, the stored schema could be updated to match the provided view schema, allowing read-write access to the tree.
455455
* See {@link SchemaCompatibilityStatus.canUpgrade}.

0 commit comments

Comments
 (0)