mirror of
https://github.com/google/pebble.git
synced 2025-11-17 04:50:56 -05:00
spelling: existing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -460,7 +460,7 @@ typedef void (*DictionaryKeyUpdatedCallback)(const uint32_t key, const Tuple *ne
|
||||
|
||||
//! Merges entries from another "source" dictionary into a "destination" dictionary.
|
||||
//! All Tuples from the source are written into the destination dictionary, while
|
||||
//! updating the exsting Tuples with matching keys.
|
||||
//! updating the existing Tuples with matching keys.
|
||||
//! @param dest The destination dictionary to update
|
||||
//! @param [in,out] dest_max_size_in_out In: the maximum size of buffer backing `dest`. Out: the final size of the updated dictionary.
|
||||
//! @param source The source dictionary of which its Tuples will be used to update dest.
|
||||
|
||||
Reference in New Issue
Block a user