fix doc mistake
Closes PR 13482
This commit is contained in:
parent
50a82872f0
commit
1995b2ffd5
|
@ -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])]{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user