Skip to content

Commit

Permalink
fix: doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vipul-sharma20 committed Nov 30, 2021
1 parent 6905aab commit 14cf76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ message ImageSaveRequest {
message ImageSaveResponse {}
```

One way to create the request for a test is to use the binary data option `-B` to specify a binary file like we did in the prior exammple. Simply [serialize the whole](https://developers.google.com/protocol-buffers/docs/gotutorial#writing_a_message) message to a binary file first.
One way to create the request for a test is to use the binary data option `-B` to specify a binary file like we did in the prior example. Simply [serialize the whole](https://developers.google.com/protocol-buffers/docs/gotutorial#writing_a_message) message to a binary file first.

Alternatively we can [use base64 string](https://developers.google.com/protocol-buffers/docs/proto3#json) representation of the image as the value for the `data` field.

Expand Down

0 comments on commit 14cf76c

Please sign in to comment.