From 8eb9109e915c5e06a91e01937444a561e6a0f34a Mon Sep 17 00:00:00 2001 From: holys Date: Sat, 16 Aug 2014 09:43:37 +0800 Subject: [PATCH] update doc --- ledis/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ledis/doc.go b/ledis/doc.go index a31f76e..6b04c52 100644 --- a/ledis/doc.go +++ b/ledis/doc.go @@ -1,6 +1,6 @@ // Package ledis is a high performance embedded NoSQL. // -// Ledis supports various advanced data structure like kv, list, hash and zset like redis. +// Ledis supports various data structure like kv, list, hash and zset like redis. // // Other features include binlog replication, data with a limited time-to-live. //