Skip to content

Commit 6a05d92

Browse files
committed
Fix wrong xml:id on the fieldsynopsis element of Exception::$code
1 parent 30bda33 commit 6a05d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/predefined/exception.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<varname linkend="exception.props.string">string</varname>
4444
<initializer>""</initializer>
4545
</fieldsynopsis>
46-
<fieldsynopsis xml:id="class.exception..code">
46+
<fieldsynopsis>
4747
<modifier>protected</modifier>
4848
<type>int</type>
4949
<varname linkend="exception.props.code">code</varname>

0 commit comments

Comments
 (0)