about summary refs log tree commit
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index 0f9c012..029599a 100644
--- a/README
+++ b/README
@@ -60,10 +60,9 @@ new:
 
       pt = Patricia.new
 
-    This is the class' constructor - it returns a Patricia object upon
-    success or nil on failure. For now, the constructor takes no
-    arguments, and defaults to creating a tree which uses AF_INET IPv4
-    address and mask values as keys.
+    This is the class' constructor - it returns a Patricia object.  For
+    now, the constructor takes no arguments, and defaults to creating a
+    tree which uses AF_INET IPv4 address and mask values as keys.
 
     The Patricia object will be destroyed automatically when there are
     no longer any references to it.