git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337602 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2015-08-24 15:35:55 +00:00
parent 097f5fce7b
commit 9b89b59790

View file

@ -16,7 +16,7 @@
but two copies of <literal>foo.txt</literal> cannot co-exist in the same directory. In
addition, to access the <literal>foo.txt</literal> file outside of the
<literal>/home/greg</literal> directory, we must prepend the directory name to the file
naem using the directory separator to get <literal>/home/greg/foo.txt</literal>. This
name using the directory separator to get <literal>/home/greg/foo.txt</literal>. This
same principle extends to namespaces in the programming world.
</simpara>
<para>