Anton Vodonosov 12 жил өмнө
parent
commit
01a32b4ec6
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      streams.lisp

+ 1 - 1
streams.lisp

@@ -38,7 +38,7 @@
 ;;; in trivial gray streams, maybe borrowing the code
 ;;; from some of CL implementations. But now, for
 ;;; simplicity we will fallback to default implementation
-;;; of the implementation-specific analogue function with calls us.
+;;; of the implementation-specific analogue function which calls us.
 
 (defmethod stream-read-sequence ((stream fundamental-input-stream) seq start end &key)
   'fallback)