diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-11-15 06:33:00 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-11-15 06:33:00 -0800 |
commit | 98711a8ce61737745f9df8fec6850b6150d97cb3 (patch) | |
tree | c9afd313c0829bc8e2e02c51f673042dcfe50138 /txr.1 | |
parent | 1218e286e5838e225a26875cb934bcbae48b3e17 (diff) | |
download | txr-98711a8ce61737745f9df8fec6850b6150d97cb3.tar.gz txr-98711a8ce61737745f9df8fec6850b6150d97cb3.tar.bz2 txr-98711a8ce61737745f9df8fec6850b6150d97cb3.zip |
doc: fixes under equal method.
* txr.1: clarification; article-noun plurality agreement.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -22779,7 +22779,9 @@ that structure type support The .code equal -method must not take any arguments. Moreover, the method must never return +method must not require any arguments other than +.metn object . +Moreover, the method must never return .codn nil . When a struct which supports equality substitution is compared using @@ -22796,7 +22798,7 @@ The same applies when an struct is hashed using the .code hash-equal function, or implicitly by an .code :equal-hash -hash tables. +hash table. Note: if an .code equal |