mirror of
https://github.com/google/pebble.git
synced 2025-11-20 14:30:55 -05:00
spelling: anonymous
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user