Skip to content

Commit 3a5f432

Browse files
jrfnlnielsdos
andauthored
Clarify DomNode::$ownerDocument description
Co-authored-by: jrfnl <[email protected]> Co-authored-by: Niels Dossche <[email protected]>
1 parent 37cf0c5 commit 3a5f432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/dom/domnode.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
<varlistentry xml:id="domnode.props.ownerdocument">
354354
<term><varname>ownerDocument</varname></term>
355355
<listitem>
356-
<para>The <classname>DOMDocument</classname> object associated with this node, or &null; if this node is a <classname>DOMDocument</classname></para>
356+
<para>The <classname>DOMDocument</classname> object associated with this node, or &null; if this node does not have an associated document (e.g. if it is detached, or if it is a <classname>DOMDocument</classname>).</para>
357357
</listitem>
358358
</varlistentry>
359359
<varlistentry xml:id="domnode.props.namespaceuri">

0 commit comments

Comments
 (0)