Skip to content

Commit

Permalink
post: cosmetic modification
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpitg committed Sep 4, 2015
1 parent 24a3a16 commit fe442d4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ Let's try it out:
(:export #:public-func))
(in-package #:foobar)
(defun private-func () (format t "A private function 2~%"))
(defun private-func () (format t "A private function~%"))
(defun public-func () (format t "A public function~%"))
(in-package :cl-user)
Expand Down

0 comments on commit fe442d4

Please sign in to comment.