git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112427 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2003-01-18 17:31:07 +00:00
parent 4c41285975
commit bc2907ed8f

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.102 $ -->
<!-- $Revision: 1.103 $ -->
<chapter id="language.types">
<title>Types</title>
@ -753,7 +753,7 @@ echo 'I am trying to include at this point: \n a newline';
may not be any spaces or tabs after or before the semicolon.
It's also important to realize that the first character before
the closing identifier must be a newline as defined by your
operating system. This is <literal>\r</literal> on Machintosh
operating system. This is <literal>\r</literal> on Macintosh
for example.
</simpara>
</warning>