Skip to content

Commit

Permalink
Merge pull request #11 from phmarek/patch-1
Browse files Browse the repository at this point in the history
Fix example in SERIALIZABLE-SLOTS-USING-CLASS
  • Loading branch information
skypher committed Mar 6, 2018
2 parents 30c55f3 + bc7a3f6 commit cd01f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cl-store.texi
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ created you can do this.
@lisp
(defmethod serializable-slots-using-class
((object t) (class clsql-sys::standard-db-class))
(delete 'clsql-sys::view-database (call-next-method)
(remove 'clsql-sys::view-database (call-next-method)
:key 'slot-definition-name))
@end lisp
@end deffn
Expand Down

0 comments on commit cd01f26

Please sign in to comment.