Skip to content

Commit 2b90984

Browse files
author
Brian Chen
committed
update docs to match google3
1 parent d1affca commit 2b90984

File tree

1 file changed

+1
-4
lines changed
  • packages/firestore/src/protos/google/firestore/v1

1 file changed

+1
-4
lines changed

packages/firestore/src/protos/google/firestore/v1/write.proto

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ message Write {
4747
// This only requires read access to the document.
4848
string verify = 5;
4949

50-
// Applies a tranformation to a document.
51-
// At most one `transform` per document is allowed in a given request.
52-
// An `update` cannot follow a `transform` on the same document in a given
53-
// request.
50+
// Applies a transformation to a document.
5451
DocumentTransform transform = 6;
5552
}
5653

0 commit comments

Comments
 (0)