aboutsummaryrefslogtreecommitdiff
path: root/examples/dice-roller.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2024-05-12 09:53:55 -0700
committercolin <colin@cicadas.surf>2024-05-12 09:53:55 -0700
commit5cce96a68272bab5204b806116be98bee051a97d (patch)
tree09d1d4dfba1138b477f0125ec053de5626973700 /examples/dice-roller.lisp
parentce69e1b3c4846b17ca10406e2e7e08d9b46fc7ec (diff)
Add: defendpoint example; Fix: tweak defendpoint docstring
Diffstat (limited to 'examples/dice-roller.lisp')
-rw-r--r--examples/dice-roller.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/dice-roller.lisp b/examples/dice-roller.lisp
index 465d252..45e2979 100644
--- a/examples/dice-roller.lisp
+++ b/examples/dice-roller.lisp
@@ -1,9 +1,9 @@
-(defpackage #:dice-roller
+(defpackage #:weekend.examples.dice-roller
(:use #:cl)
(:local-nicknames
(#:wknd #:weekend)))
-(in-package #:dice-roller)
+(in-package #:weekend.examples.dice-roller)
(defconstant +digits+ "([0-9]+)")