diff --git a/source/clog-canvas.lisp b/source/clog-canvas.lisp index 25ae891..4485e4b 100644 --- a/source/clog-canvas.lisp +++ b/source/clog-canvas.lisp @@ -440,7 +440,7 @@ https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/global ;;;;;;;;;;;;;;;;;;;;;;; (defgeneric create-image-data (clog-context2d width height) - (:documentation "Create black image data")) + (:documentation "Create blank image data")) (defmethod create-image-data ((obj clog-context2d) width height) (let ((web-id (clog-connection:generate-id)))