Skip to content

Commit

Permalink
Fix function name. It should be define-local-member-name.
Browse files Browse the repository at this point in the history
... not define-local-public-member.
  • Loading branch information
Paulo Matos committed Feb 21, 2017
1 parent f99ae4d commit 011c834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory-racket.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


;; Mask method which should only be public for object of memory-racket%
(define-local-public-member lookup-init)
(define-local-member-name lookup-init)

(define memory-racket%
(class* special% (equal<%> printable<%>)
Expand Down

0 comments on commit 011c834

Please sign in to comment.