From 62616e70d45342e32b7c3b717a87bce8125152b7 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Tue, 9 Jun 2009 11:28:31 +0000 Subject: [PATCH] cosmetic fixes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281867 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dom/domprocessinginstruction/construct.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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