API.md: typo fix

master
detailyang 7 years ago committed by GitHub
parent 632a1785e4
commit 2fd95cae2b

@ -221,7 +221,7 @@ is a function to do this:
Similarly in order to parse a string as a number: Similarly in order to parse a string as a number:
long long myval; long long myval;
if (RedisModule_StringToLongLong(ctx,argv[1],&myval) == REDISMODULE_OK) { if (RedisModule_StringToLongLong(argv[1],&myval) == REDISMODULE_OK) {
/* Do something with 'myval' */ /* Do something with 'myval' */
} }

Loading…
Cancel
Save