From 0c0d79b91d07212f703bba50ce254eb4bde54aab Mon Sep 17 00:00:00 2001 From: huangz1990 Date: Fri, 14 Feb 2014 15:53:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20SDIFF=20=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=20bug=20=EF=BC=8C=E6=84=9F=E8=B0=A2=20laoyur?= =?UTF-8?q?=20=E7=9A=84=E6=8F=90=E9=86=92=EF=BC=9A=20http://www.redisdoc.c?= =?UTF-8?q?om/en/latest/set/sdiff.html#comment-1243684374?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- set/sdiff.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set/sdiff.rst b/set/sdiff.rst index 2c77c64..0eb015c 100644 --- a/set/sdiff.rst +++ b/set/sdiff.rst @@ -16,7 +16,7 @@ SDIFF O(N), ``N`` 是所有给定集合的成员数量之和。 **返回值:** - 交集成员的列表。 + 一个包含差集成员的列表。 ::