Skip to content

Commit b300f12

Browse files
jasonhemannmfelleisen
authored andcommitted
Fix universe signature tick-handler signature, 3rd form
The signature of 3rd form of tick-handler in universe was inconsistent with the rest of the documentation and program behavior.
1 parent ff8a73f commit b300f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htdp-doc/teachpack/2htdp/scribblings/universe.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ optional handlers:
13441344
}
13451345

13461346
@defform/none[#:literals (on-tick)
1347-
(on-tick tick-expr rate-expr)
1347+
(on-tick tick-expr rate-expr limit-expr)
13481348
#:contracts
13491349
([tick-expr (-> (unsyntax @tech{UniverseState}) (or/c (unsyntax @tech{UniverseState}) bundle?))]
13501350
[rate-expr (and/c real? positive?)]

0 commit comments

Comments
 (0)