diff options
-rw-r--r-- | examples/03-font-render.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/03-font-render.lisp b/examples/03-font-render.lisp index 0f5207c..ff68ac5 100644 --- a/examples/03-font-render.lisp +++ b/examples/03-font-render.lisp @@ -55,7 +55,7 @@ (instructions (make-instance 'ww::text - :content "Click to spin. Press a key to change color." + :content "Click to spin. Press any key to change color." :font (ww::get-asset "Ticketing.ttf")))) (ww::scale-by hello 3.0) |