From 39220d168d22d794af48fab0590fadf5896f335a Mon Sep 17 00:00:00 2001 From: Philip McGrath Date: Tue, 27 Dec 2016 18:22:05 -0600 Subject: [PATCH] Corrected spelling in docs for lux/chaos/gui/val The binding exported is make-gui/val, not make-gui-val --- scribblings/lux.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/lux.scrbl b/scribblings/lux.scrbl index b87b9ed..7016d2f 100644 --- a/scribblings/lux.scrbl +++ b/scribblings/lux.scrbl @@ -183,7 +183,7 @@ height, and the third is the canvas's drawing context.} This module provides a helpful function for drawing functional images with @racketmodname[lux/chaos/gui]. -@defproc[(make-gui-val [#:scale? scale? boolean? #t]) +@defproc[(make-gui/val [#:scale? scale? boolean? #t]) (-> pict-convertible? (-> real? real? (is-a?/c dc<%>) any))]{