diff --git a/reference/dom/domprocessinginstruction/construct.xml b/reference/dom/domprocessinginstruction/construct.xml index 88c2bf977d..38c2821c89 100644 --- a/reference/dom/domprocessinginstruction/construct.xml +++ b/reference/dom/domprocessinginstruction/construct.xml @@ -1,10 +1,10 @@ - + DOMProcessingInstruction::__construct - Creates a new DOMProcessingInstruction object + Creates a new DOMProcessingInstruction object @@ -18,8 +18,9 @@ - Creates a new DOMProcessingInstruction object. This object is read only. - It may be appended to a document, but additional nodes may not be appended to this node until + Creates a new DOMProcessingInstruction object. + This object is read only. It may be appended to a document, but + additional nodes may not be appended to this node until the node is associated with a document. To create a writeable node, use . @@ -51,7 +52,7 @@ &reftitle.examples; - Creating a new DOMProcessingInstruction + Creating a new <classname>DOMProcessingInstruction</classname> object