From b87ba1abfe6a814999279e69af7ce07ba0ff6c68 Mon Sep 17 00:00:00 2001 From: Michael Dwyer Date: Tue, 30 Aug 2016 18:47:31 -0500 Subject: [PATCH] Fix typo --- notes/memcache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/memcache.md b/notes/memcache.md index d31c9bc2..5c42aaff 100644 --- a/notes/memcache.md +++ b/notes/memcache.md @@ -66,7 +66,7 @@ +-------------------+------------+--------------------------------------------------------------------------+ | Command | Supported? | Format | +-------------------+------------+--------------------------------------------------------------------------+ - | set | Yes | touch [noreply]\r\n | + | touch | Yes | touch [noreply]\r\n | +-------------------+------------+--------------------------------------------------------------------------+ | quit | Yes | quit\r\n | +-------------------+------------+--------------------------------------------------------------------------+