fix bignum expt (PR 10690); also fixed a doc typo

svn: r17614

original commit: 331c6d2f5f66ac352c71307f0696dde8af4a0fa1
This commit is contained in:
Matthew Flatt 2010-01-12 02:16:12 +00:00
parent 9476c57ead
commit 083cac5583

View File

@ -22,7 +22,7 @@ See @secref["eventspaceinfo"] for more information about event
priorities.
@defconstructor[([notify-callback (-> any) @scheme[void]]
@defconstructor[([notify-callback (-> any) void]
[interval (or/c (integer-in 0 1000000000) false/c) #f]
[just-once? any/c #f])]{