mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: anonymous
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
bbcf3ec07d
commit
575b358aa5
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ Tuple * dict_read_first(DictionaryIterator *iter);
|
|||
//! See also \ref Tuple, with is the header of a serialized key/value pair.
|
||||
typedef struct Tuplet {
|
||||
//! The type of the Tuplet. This determines which of the struct fields in the
|
||||
//! anonymomous union are valid.
|
||||
//! anonymous union are valid.
|
||||
TupleType type;
|
||||
//! The key.
|
||||
uint32_t key;
|
||||
|
|
Loading…
Add table
Reference in a new issue