瀏覽代碼

More README changes

Mike Lewis 13 年之前
父節點
當前提交
192108e915
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.rst

+ 3 - 3
README.rst

@@ -68,9 +68,9 @@ The classes
 ```````````````
 ```````````````
 The Web Socket.
 The Web Socket.
 
 
-.. note:: ``SRWebSocket`` will retain itself between ``-(void)open`` and when it closes.
-  This is similar to how ``NSURLConnection`` behaves. (unlike
-  ``NSURLConnection``, ``SRWebSocket`` won't retain the delegate)
+.. note:: ``SRWebSocket`` will retain itself between ``-(void)open`` and when it
+  closes, errors, or fails.  This is similar to how ``NSURLConnection`` behaves.
+  (unlike ``NSURLConnection``, ``SRWebSocket`` won't retain the delegate)
 
 
 What you need to know:: 
 What you need to know::