language/predefined/weakreference/create.xml
430a41f572273e5c702ffea3da354ff28a21496b
...
...
@@ -34,7 +34,7 @@
34
34
<refsect1 role="returnvalues">
35
35
&reftitle.returnvalues;
36
36
<para>
37
-
Returns the freshly instantiated object.
37
+
Returns a new <classname>WeakReference</classname>, or the existing instance if there was already a <classname>WeakReference</classname> to the same object.
38
38
</para>
39
39
</refsect1>
40
40

41
41