derek Wed Jan 21 22:07:57 2004 EDT
Modified files:
/phpdoc/en/reference/errorfunc/functions debug-backtrace.xml
Log:
Fixing Taberature
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml
diff -u phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.10
phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.11
--- phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.10 Wed Jan 21
15:33:21 2004
+++ phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml Wed Jan 21 22:07:57
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<refentry id="function.debug-backtrace">
<refnamediv>
<refname>debug_backtrace</refname>
@@ -67,7 +67,7 @@
<entry><type>string</type></entry>
<entry>
The current call type. If a method call, "->" is returned. If a static
- method call, "::" is returned. If a function call, nothing is
returned.
+ method call, "::" is returned. If a function call, nothing is returned.
</entry>
</row>
<row>