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. //