From aeef4054292ad330ef81fcf2cab98d2ddead96a3 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 4 Nov 2015 12:52:37 +0100 Subject: [PATCH] README: remove garbage at end of line. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f20ad67fd..c7d45f46d 100644 --- a/README.md +++ b/README.md @@ -367,7 +367,7 @@ implementations are the following: * `lookupKeyRead()` and `lookupKeyWrite()` are used in order to get a pointer to the value associated to a given key, or `NULL` if the key does not exist. * `dbAdd()` and its higher level counterpart `setKey()` create a new key in a Redis database. -* `dbDelete()` removes a key and its associated value.$a +* `dbDelete()` removes a key and its associated value. * `emptyDb()` removes an entire single database or all the databases defined. The rest of the file implements the generic commands exposed to the client.