Skip to content

Commit 480cc8a

Browse files
committed
Fix union type tagging for xdiff_string_rabdiff()
Follow up of 1987020
1 parent 2f18122 commit 480cc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/xdiff/functions/xdiff-string-rabdiff.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<refsect1 role="description">
1212
&reftitle.description;
1313
<methodsynopsis>
14-
<type>string|false</type><methodname>xdiff_string_rabdiff</methodname>
14+
<type class="union"><type>string</type><type>false</type></type><methodname>xdiff_string_rabdiff</methodname>
1515
<methodparam><type>string</type><parameter>old_data</parameter></methodparam>
1616
<methodparam><type>string</type><parameter>new_data</parameter></methodparam>
1717
</methodsynopsis>

0 commit comments

Comments
 (0)