Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0bcda42

Browse files
yoshi-automationbusunkim96
authored andcommitted
Fix typo in proto comments (via synth).
1 parent bf4ec8c commit 0bcda42

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

firestore/google/cloud/firestore_v1beta1/proto/write.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ message Write {
4141
// `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
4242
string delete = 2;
4343

44-
// Applies a tranformation to a document.
44+
// Applies a transformation to a document.
4545
// At most one `transform` per document is allowed in a given request.
4646
// An `update` cannot follow a `transform` on the same document in a given
4747
// request.

firestore/google/cloud/firestore_v1beta1/proto/write_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firestore/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-03-01T13:14:46.878316Z",
2+
"updateTime": "2019-03-16T12:15:00.697965Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.14",
8-
"dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7"
7+
"version": "0.16.17",
8+
"dockerImage": "googleapis/artman@sha256:7231f27272231a884e09edb5953148c85ecd8467780d33c4a35c3e507885715b"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "41d72d444fbe445f4da89e13be02078734fb7875",
16-
"internalRef": "236230004"
15+
"sha": "dab002e28c81adcc5601278c36d4302c2624c8e2",
16+
"internalRef": "238726437"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)