DOMImplementation: fix typo

Patch provided by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349859 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-05-13 17:14:34 +00:00
parent b7ca52647b
commit 103f9d6ca7

View file

@ -16,7 +16,7 @@ Remove me once you perform substitutions
<section xml:id="domimplementation.intro">
&reftitle.intro;
<para>
The <classname>DOMImplementation</classname> interface provides a number
The <classname>DOMImplementation</classname> class provides a number
of methods for performing operations that are independent of any
particular instance of the document object model.
</para>