mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Clarify that object-properties cannot be reliably applied to numbers.
* doc/ref/api-utility.texi (Object Properties)[make-object-property]: Clarify that object-properties cannot be reliably applied to numbers. Signed-off-by: David Kastrup <dak@gnu.org>
This commit is contained in:
parent
b072b8e692
commit
da6ecd4923
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ setting of @var{obj}'s @var{property}.
|
|||
|
||||
A single object property created by @code{make-object-property} can
|
||||
associate distinct property values with all Scheme values that are
|
||||
distinguishable by @code{eq?} (including, for example, integers).
|
||||
distinguishable by @code{eq?} (ruling out numeric values).
|
||||
|
||||
Internally, object properties are implemented using a weak key hash
|
||||
table. This means that, as long as a Scheme value with property values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue