diff options
-rw-r--r-- | backends/libmmbackend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/libmmbackend.h b/backends/libmmbackend.h index 76e588f..aa0d0f0 100644 --- a/backends/libmmbackend.h +++ b/backends/libmmbackend.h @@ -94,7 +94,7 @@ size_t json_obj_offset(char* json, char* key); size_t json_array_offset(char* json, uint64_t key); /* - * Check for for a key within a JSON object / index within an array + * Check for a key within a JSON object / index within an array * Assumes a zero-terminated, validated JSON object / array as input * Returns type of value */ |