Skip to content

Commit

Permalink
Merge pull request #4 from SciBourne/main
Browse files Browse the repository at this point in the history
  • Loading branch information
hikettei committed Nov 6, 2023
2 parents 895da4c + c4010f7 commit 00a9d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl-tqdm.lisp
Expand Up @@ -75,7 +75,7 @@ Example:
"Example:
(with-tqdm x :ProgressBar1 100 \"\"
(update x))"
(declare (type fixnum total-size)
(declare (type (or (unsigned-byte 64) symbol) total-size)
(type string description))
`(let ((,out (tqdm ,total-size :with-tqdm ,description)))
(fresh-line)
Expand Down

0 comments on commit 00a9d63

Please sign in to comment.