Skip to content

Commit

Permalink
Fix an typo in the signature of test-equal?
Browse files Browse the repository at this point in the history
  • Loading branch information
capfredf authored and samth committed Feb 29, 2024
1 parent fb96819 commit 3e19a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rackunit-doc/rackunit/scribblings/compound-testing.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ so the test can be named.
[pred (-> any/c any/c)]
[v any/c])
void?]
[(test-equal? [name string?] [v1 any/c] [v2 any/c]) (void?)]
[(test-equal? [name string?] [v1 any/c] [v2 any/c]) void?]
[(test-eq? [name string?] [v1 any/c] [v2 any/c]) void?]
[(test-eqv? [name string?] [v1 any/c] [v2 any/c]) void?]
[(test-= [name string?] [v1 real?] [v2 real?] [epsilon real?]) void?]
Expand Down

0 comments on commit 3e19a6e

Please sign in to comment.