unicly icon indicating copy to clipboard operation
unicly copied to clipboard

Wrong number of arguments in documentation of uuid-print-bit-vector for bit-vector on non-sbcl

Open Yehouda opened this issue 3 years ago • 0 comments

The last t in the following line is spurious.

https://github.com/mon-key/unicly/blob/f9bd21446f35e28766d2f1ada2741399b14d93cb/unicly-docs.lisp#L1802

It should have only bit-vector (method-doc #'uuid-print-bit-vector nil #+:sbcl '(simple-bit-vector) #-:sbcl '(bit-vector)

Yehouda avatar Nov 29 '21 17:11 Yehouda