reference/tidy/functions/tidy-config-count.xml
04f10f9f8df60beadd833d6f48a4f01e835cdcaa
...
...
@@ -9,11 +9,11 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>int</type><methodname>tidy_config_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
Returns the number of errors encountered in the configuration of the
16
-
specified tidy <parameter>object</parameter>.
16
+
specified tidy <parameter>tidy</parameter>.
17
17
</para>
18
18
</refsect1>
19
19

...
...
@@ -22,7 +22,7 @@
22
22
<para>
23
23
<variablelist>
24
24
<varlistentry>
25
-
<term><parameter>object</parameter></term>
25
+
<term><parameter>tidy</parameter></term>
26
26
<listitem>
27
27
<para>
28
28
&tidy.object;
...
...
@@ -63,7 +63,6 @@ echo tidy_config_count($tidy);
63
63
</para>
64
64
</refsect1>
65
65
</refentry>
66
-

67
66
<!-- Keep this comment at the end of the file
68
67
Local variables:
69
68
mode: sgml
70
69