Change wording of newline note...

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112426 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2003-01-18 17:26:01 +00:00
parent 7708d2af5d
commit 4c41285975

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.101 $ -->
<!-- $Revision: 1.102 $ -->
<chapter id="language.types">
<title>Types</title>
@ -753,7 +753,8 @@ 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. So for example on macs; <literal>\r</literal>.
operating system. This is <literal>\r</literal> on Machintosh
for example.
</simpara>
</warning>