Skip to content

Commit

Permalink
lexicographica
Browse files Browse the repository at this point in the history
  • Loading branch information
lisp committed Aug 3, 2010
1 parent 3a1adea commit 1d363cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector-protocol.lisp
Expand Up @@ -121,7 +121,7 @@
t)

(defgeneric vector-stream-vector (vector-stream)
(:documentation "Return the subsequence
(:documentation "Return the written subsequence and reset the position")
(:method ((stream vector-stream))
(with-slots (vector position) stream
(prog1 (subseq vector 0 position)
Expand Down

0 comments on commit 1d363cd

Please sign in to comment.