summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/lib/libfuncs.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex
index 0c5b0e3..ff922d4 100644
--- a/Doc/lib/libfuncs.tex
+++ b/Doc/lib/libfuncs.tex
@@ -509,10 +509,10 @@ class C:
\end{funcdesc}
\begin{funcdesc}{id}{object}
- Return the `identity' of an object. This is an integer (or long
+ Return the ``identity'' of an object. This is an integer (or long
integer) which is guaranteed to be unique and constant for this
- object during its lifetime. Two objects whose lifetimes are
- disjunct may have the same \function{id()} value. (Implementation
+ object during its lifetime. Two objects with non-overlapping lifetimes
+ may have the same \function{id()} value. (Implementation
note: this is the address of the object.)
\end{funcdesc}