fix tiny typo in documentation for framework/test

original commit: 77ae11e2483366d46f5261957bdef8e80d985756
This commit is contained in:
Phil Nguyen 2014-07-29 13:28:27 -04:00 committed by Sam Tobin-Hochstadt
parent 7b93d2c8e3
commit d2ff4f11c4

View File

@ -963,7 +963,7 @@
test:keystroke test:keystroke
(->* ((or/c char? symbol?)) (->* ((or/c char? symbol?))
((listof (or/c 'alt 'control 'meta 'shift ((listof (or/c 'alt 'control 'meta 'shift
'noalt 'nocontrol 'nometea 'noshift))) 'noalt 'nocontrol 'nometa 'noshift)))
void?) void?)
((key) ((key)
((modifier-list null))) ((modifier-list null)))