Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-strandh committed Jun 28, 2024
1 parent 1f4c5bc commit 3288f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/clostrum.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
(client environment class-name &optional errorp))
(define-accessor env:type-expander (client environment type-name))
(defgeneric env:type-expand-1 (client environment type-specifier))
(defgeneric env:type-expand (client environment type-expand))
(defgeneric env:type-expand (client environment type-specifier))

(define-accessor env:find-package (client environment name))
(define-accessor env:package-name (client environment package))
Expand Down

0 comments on commit 3288f1a

Please sign in to comment.