Update sample-kvdb-type-string.md
modify the note from `38.1` to `38C`
This commit is contained in:
parent
1ddd18c03b
commit
ba4f7df2ad
@ -35,7 +35,7 @@ void kvdb_type_string_sample(fdb_kvdb_t kvdb)
|
||||
{ /* CHANGE the KV value */
|
||||
char temp_data[10] = "38C";
|
||||
|
||||
/* change the "temp" KV's value to "38.1" */
|
||||
/* change the "temp" KV's value to "38C" */
|
||||
fdb_kv_set(kvdb, "temp", temp_data);
|
||||
FDB_INFO("set 'temp' value to %s\n", temp_data);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user