Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b03d0cc

Browse files
committed
Typo, spotted by Detlef Lannert.
1 parent fcb05ab commit b03d0cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libweakref.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ \section{\module{weakref} ---
5353

5454
Weak references support tests for equality, but not ordering. If
5555
the referents are still alive, two references have the same
56-
equalality relationship as their referents (regardless of the
56+
equality relationship as their referents (regardless of the
5757
\var{callback}). If either referent has been deleted, the
5858
references are equal only if the reference objects are the same
5959
object.

0 commit comments

Comments
 (0)