From 9d1833c4966ab899274e84aac33a72d49d8ce857 Mon Sep 17 00:00:00 2001 From: Carlos C Soto Date: Sat, 11 Dec 2021 19:14:58 -0600 Subject: [PATCH] Reword description on DOMDocument::domElement (#973) * Reword documentElement clumsy description * Reword "will return" to "evaluates to" --- reference/dom/domdocument.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reference/dom/domdocument.xml b/reference/dom/domdocument.xml index da1b6d2408..d55bd32a28 100644 --- a/reference/dom/domdocument.xml +++ b/reference/dom/domdocument.xml @@ -199,9 +199,8 @@ documentElement - 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 DOMElement object that is the first + document element. If not found, this evaluates to &null;.