Skip to content

Commit

Permalink
Documentation: Fix display-test-results! signature
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejianu authored and mfelleisen committed Sep 18, 2024
1 parent 1dea4eb commit 7688372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdp-doc/test-engine/test-engine.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ This parameter determines how to output the test results.
The default prints to @racket[(current-output-port)].
}

@defproc[(display-test-results! [test-object test-object?]) any]{
@defproc[(display-test-results! [markup markup?]) any]{
This just calls the procedure bound to @racket[display-test-results-parameter].
}

Expand Down

0 comments on commit 7688372

Please sign in to comment.