diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-12-13 20:41:13 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-12-13 20:41:13 -0800 |
commit | a1dbd3f219a2ad552de98d5e9e7b28af975ab47d (patch) | |
tree | 0e334f64b3605557ecc038d1e10b4479727fa410 | |
parent | 2d30093f0c679d4c5b18ad3808b93db74199df43 (diff) | |
download | txr-a1dbd3f219a2ad552de98d5e9e7b28af975ab47d.tar.gz txr-a1dbd3f219a2ad552de98d5e9e7b28af975ab47d.tar.bz2 txr-a1dbd3f219a2ad552de98d5e9e7b28af975ab47d.zip |
Pluralization under Equality Substitution.
* txr.1: "unless they are the same object."
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18493,7 +18493,7 @@ is evaluated only once: Normally, two struct values are not considered the same under the .code equal -function unless they are the same objects. +function unless they are the same object. However, if a method named .code equal |