Corrected spelling in docs for lux/chaos/gui/val

The binding exported is make-gui/val, not make-gui-val
This commit is contained in:
Philip McGrath 2016-12-27 18:22:05 -06:00
parent 32660e5e8a
commit 39220d168d
1 changed files with 1 additions and 1 deletions

View File

@ -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))]{