mirror of https://github.com/google/pebble
spelling: anonymous
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
bbcf3ec07d
commit
575b358aa5
|
@ -322,7 +322,7 @@ Tuple * dict_read_first(DictionaryIterator *iter);
|
||||||
//! See also \ref Tuple, with is the header of a serialized key/value pair.
|
//! See also \ref Tuple, with is the header of a serialized key/value pair.
|
||||||
typedef struct Tuplet {
|
typedef struct Tuplet {
|
||||||
//! The type of the Tuplet. This determines which of the struct fields in the
|
//! The type of the Tuplet. This determines which of the struct fields in the
|
||||||
//! anonymomous union are valid.
|
//! anonymous union are valid.
|
||||||
TupleType type;
|
TupleType type;
|
||||||
//! The key.
|
//! The key.
|
||||||
uint32_t key;
|
uint32_t key;
|
||||||
|
|
Loading…
Reference in New Issue