fix doc mistake

Closes PR 13482
This commit is contained in:
Matthew Flatt 2013-02-02 19:38:01 -08:00
parent 50a82872f0
commit 1995b2ffd5

View File

@ -35,8 +35,6 @@ Like @cpp{scheme_equal}, but accepts an extra value for cycle
tracking. This procedure is meant to be called by a procedure tracking. This procedure is meant to be called by a procedure
installed with @cpp{scheme_set_type_equality}.} installed with @cpp{scheme_set_type_equality}.}
Returns 1 if the Racket values are @racket[equal?].}
@function[(intptr_t scheme_equal_hash_key @function[(intptr_t scheme_equal_hash_key
[Scheme_Object* obj])]{ [Scheme_Object* obj])]{
@ -55,8 +53,6 @@ Like @cpp{scheme_equal_hash_key}, but accepts an extra value for cycle
tracking. This procedure is meant to be called by a hashing procedure tracking. This procedure is meant to be called by a hashing procedure
installed with @cpp{scheme_set_type_equality}.} installed with @cpp{scheme_set_type_equality}.}
Returns the primary @racket[equal?]-hash key for @var{obj}.}
@function[(intptr_t scheme_recur_equal_hash_key2 @function[(intptr_t scheme_recur_equal_hash_key2
[Scheme_Object* obj] [Scheme_Object* obj]
[void* cycle_data])]{ [void* cycle_data])]{