Skip to content

Commit 8cf47ba

Browse files
AdamZWuMarkLodato
andauthored
Update envelope.proto
Co-authored-by: Mark Lodato <[email protected]>
1 parent 1ca84b3 commit 8cf47ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

envelope.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ message Envelope {
99
oneof payload_encoding {
1010
// Raw bytes. In JSON, this is encoded as base64.
1111
bytes payload = 1;
12-
// Unicode string, where the signed byte stream is the UTF-8 encoding. In JSON, this is a regular unicode string.
12+
// Unicode string, where the signed byte stream (SERIALIZED_BODY) is the UTF-8 encoding of `payloadUtf8`. In JSON, this is a regular string.
1313
string payloadUtf8 = 4;
1414
}
1515

0 commit comments

Comments
 (0)