[phc-internals] [phc commit] r2658 - Fix minor syntactic errors
from the reST conversion process.
codesite-noreply at google.com
codesite-noreply at google.com
Sun May 24 17:49:12 IST 2009
Author: paul.biggar
Date: Sun May 24 09:48:09 2009
New Revision: 2658
Modified:
trunk/doc/manual/limitations.rst
trunk/doc/manual/representingphp.rst
Log:
Fix minor syntactic errors from the reST conversion process.
Modified: trunk/doc/manual/limitations.rst
==============================================================================
--- trunk/doc/manual/limitations.rst (original)
+++ trunk/doc/manual/limitations.rst Sun May 24 09:48:09 2009
@@ -87,8 +87,8 @@
// Do nothing
}
- echo "World";
-?>
+ echo "World";
+ ?>
the comment will be associated with the ``echo "World"``
Modified: trunk/doc/manual/representingphp.rst
==============================================================================
--- trunk/doc/manual/representingphp.rst (original)
+++ trunk/doc/manual/representingphp.rst Sun May 24 09:48:09 2009
@@ -245,7 +245,7 @@
?>
-The higher the number of ``elseif``s, the greater the level of nesting.
This
+The higher the number of ``elseif``\s, the greater the level of nesting.
This
transformation is "hidden" by the unparser.
More information about the phc-internals
mailing list