Skip to content
Snippets Groups Projects
Commit 6b3a2f25 authored by pfdietz's avatar pfdietz
Browse files

Fixed thinko in character type name.

parent f80f2843
Branches
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
(defclass slot-exists-p-class-02 () (defclass slot-exists-p-class-02 ()
((a :type t) (b :type nil) (c :type symbol) (d :type cons) ((a :type t) (b :type nil) (c :type symbol) (d :type cons)
(e :type float) (f :type single-float) (g :type short-float) (e :type float) (f :type single-float) (g :type short-float)
(h :type double-float) (i :type long-float) (j :type char) (h :type double-float) (i :type long-float) (j :type character)
(k :type base-char) (l :type rational) (m :type ratio) (n :type integer) (k :type base-char) (l :type rational) (m :type ratio) (n :type integer)
(o :type fixnum) (p :type complex) (q :type condition))) (o :type fixnum) (p :type complex) (q :type condition)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment