reference/cmark/commonmark/parser/construct.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -34,7 +34,7 @@
34
34
<varlistentry>
35
35
<term>
36
36
<constant>CommonMark\Parser\Normal</constant>
37
-
(<type>integer</type>)
37
+
(<type>int</type>)
38
38
</term>
39
39
<listitem>
40
40
<simpara>
...
...
@@ -44,7 +44,7 @@
44
44
<varlistentry>
45
45
<term>
46
46
<constant>CommonMark\Parser\Normalize</constant>
47
-
(<type>integer</type>)
47
+
(<type>int</type>)
48
48
</term>
49
49
<listitem>
50
50
<simpara>
...
...
@@ -54,7 +54,7 @@
54
54
<varlistentry>
55
55
<term>
56
56
<constant>CommonMark\Parser\ValidateUTF8</constant>
57
-
(<type>integer</type>)
57
+
(<type>int</type>)
58
58
</term>
59
59
<listitem>
60
60
<simpara>
...
...
@@ -64,7 +64,7 @@
64
64
<varlistentry>
65
65
<term>
66
66
<constant>CommonMark\Parser\Smart</constant>
67
-
(<type>integer</type>)
67
+
(<type>int</type>)
68
68
</term>
69
69
<listitem>
70
70
<simpara>
71
71