Merge pull request #2 from LiberalArtist/spelling

Corrected spelling in docs for lux/chaos/gui/val
This commit is contained in:
Jay McCarthy 2016-12-27 19:49:23 -05:00 committed by GitHub
commit e1c16adcc8
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))]{