0.pre7.50:
[sbcl.git] / src / code / target-hash-table.lisp
index 4bfa055..02f354e 100644 (file)
 
 (defun hash-table-count (hash-table)
   #!+sb-doc
-  "Returns the number of entries in the given HASH-TABLE."
+  "Return the number of entries in the given HASH-TABLE."
   (declare (type hash-table hash-table)
           (values index))
   (hash-table-number-entries hash-table))