fix documentation

This commit is contained in:
meir@redislabs.com 2019-11-06 12:26:03 +02:00
parent c032dc45d1
commit e45239e350

View File

@ -5903,7 +5903,7 @@ size_t RM_MallocSize(void* ptr){
* Return the a number between 0 to 1 indicating
* the amount of memory currently used.
* 0 - no memory limit
* 100 and above, memory limit reached.
* 1 and above, memory limit reached.
*/
float RM_GetUsedMemoryRatio(){
float level;