Skip to content

Commit c033f66

Browse files
committed
(minor) packages: "this returns" -> "this is" the package object
1 parent 5f9c2c6 commit c033f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Continuing our example: in the REPL, be sure to be in `my-package` and not in `C
7474
~~~lisp
7575
CL-USER> (in-package :my-package)
7676
#<PACKAGE "MY-PACKAGE">
77-
;; ^^^ this creates a package object.
77+
;; ^^^ this is the package object. You can right click or call INSPECT on it.
7878
MY-PACKAGE> (hello)
7979
;; ^^^^ the REPL shows you the current package.
8080
"Hello from my package."

0 commit comments

Comments
 (0)