mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Reword description on DOMDocument::domElement (#973)
* Reword documentElement clumsy description * Reword "will return" to "evaluates to"
This commit is contained in:
parent
a48db6e7cd
commit
9d1833c496
1 changed files with 2 additions and 3 deletions
|
@ -199,9 +199,8 @@
|
|||
<term><varname>documentElement</varname></term>
|
||||
<listitem>
|
||||
<para>
|
||||
This is a convenience attribute that allows direct access to the
|
||||
child node that is the document element of the document. This is
|
||||
&null; when does not exists.
|
||||
The <classname>DOMElement</classname> object that is the first
|
||||
document element. If not found, this evaluates to &null;.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue