Skip to content
Snippets Groups Projects
Verified Commit 533c8e73 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: More typos and comments.

parent 9fa41dce
Branches main
No related tags found
No related merge requests found
Pipeline #16121 passed
......@@ -77,7 +77,7 @@ message CollectionValues {
repeated ScalarValue values = 1;
}
// Represents special values which are otherwise hard to tranfer via protobuf.
// Represents special values which are otherwise hard to transfer via protobuf.
enum SpecialValue {
// Represent the NULL value.
SPECIAL_VALUE_UNSPECIFIED = 0;
......@@ -95,7 +95,7 @@ message ScalarValue {
double double_value = 2;
// The value as bool
bool boolean_value = 3;
// The value as string
// The value as string. For the empty string, you may use special_value.
string string_value = 4;
// The value is a special value (e.g. NULL or the empty string)
SpecialValue special_value = 5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment