git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315930 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2011-08-31 20:27:45 +00:00
parent 7b6b720dea
commit e31528cbc0
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
<preface xml:id="intro.weakref">
&reftitle.intro;
<para>
Weak references provide a non-intrusive gateway to ephemere objects. Unlike
Weak references provide a non-intrusive gateway to ephemeral objects. Unlike
normal (strong) references, weak references do not prevent the garbage
collector from freeing that object. For this reason, an object may be
destroyed even though a weak reference to that object still exists. In such

View file

@ -3,7 +3,7 @@
<refentry xml:id="weakref.acquire" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>Weakref::acquire</refname>
<refpurpose>Aquires a strong reference on that object</refpurpose>
<refpurpose>Acquires a strong reference on that object</refpurpose>
</refnamediv>
<refsect1 role="description">