danbeck Tue Jul 3 11:35:14 2001 EDT
Modified files:
/phpdoc/en/appendices resources.xml
Log:
grammar, typo and capitilization fixes
note: please do not use the pronoun "you" when writing documentation
Index: phpdoc/en/appendices/resources.xml
diff -u phpdoc/en/appendices/resources.xml:1.8 phpdoc/en/appendices/resources.xml:1.9
--- phpdoc/en/appendices/resources.xml:1.8 Tue Apr 17 09:51:52 2001
+++ phpdoc/en/appendices/resources.xml Tue Jul 3 11:35:14 2001
@@ -1,19 +1,20 @@
<appendix id="resource">
- <title>PHP's resource types</title>
+ <title>PHP Resource Types</title>
<para>
- Here is the function's list which create, use or destroy
- PHP resources. You know when a variable is a resource
- by using <function>is_resource</function>, and what resource
- type is this variable by using <function>get_resource_type</function>.
+ The following is a list of functions which create, use or destroy
+ PHP resources. The function <function>is_resource</function> can be
+ used to determine if a variable is a resource and
+ <function>get_resource_type</function> will return the type of
+ resource it is.
<table>
- <title>Ressource types</title>
+ <title>Resource Types</title>
<tgroup cols="5">
<thead>
<row>
- <entry>Resource type's name</entry>
- <entry>Created by</entry>
- <entry>Used by</entry>
- <entry>Destroyed by</entry>
+ <entry>Resource Type Name</entry>
+ <entry>Created By</entry>
+ <entry>Used By</entry>
+ <entry>Destroyed By</entry>
<entry>Definition</entry>
</row>
</thead>
@@ -2068,4 +2069,4 @@
</tgroup>
</table>
</para>
-</appendix>
\ No newline at end of file
+</appendix>