fix tiny typo in documentation for framework/test
original commit: 77ae11e2483366d46f5261957bdef8e80d985756
This commit is contained in:
parent
7b93d2c8e3
commit
d2ff4f11c4
|
@ -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)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user