reference/tidy/functions/tidy-access-count.xml
04f10f9f8df60beadd833d6f48a4f01e835cdcaa
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>int</type><methodname>tidy_access_count</methodname>
12
-
<methodparam><type>tidy</type><parameter>object</parameter></methodparam>
12
+
<methodparam><type>tidy</type><parameter>tidy</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
<function>tidy_access_count</function> returns the number of
...
...
@@ -21,7 +21,7 @@
21
21
<para>
22
22
<variablelist>
23
23
<varlistentry>
24
-
<term><parameter>object</parameter></term>
24
+
<term><parameter>tidy</parameter></term>
25
25
<listitem>
26
26
<para>
27
27
&tidy.object;
...
...
@@ -95,7 +95,6 @@ echo tidy_access_count($tidy); //5
95
95
</para>
96
96
</refsect1>
97
97
</refentry>
98
-

99
98
<!-- Keep this comment at the end of the file
100
99
Local variables:
101
100
mode: sgml
102
101