Skip to content

Commit 7537bca

Browse files
committed
Fix XML validation error in 4293
1 parent 6ba86a4 commit 7537bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4293.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This can be reproduced on GCC 15.1 for subspan, first, and last:
2828
<p>
2929
A proposed fix (thanks to Jonathan Wakely) could look like this following:
3030
<blockquote>
31-
`return span<element_type>(data(), count);`
31+
<code>return span&lt;element_type&gt;(data(), count);</code>
3232
</blockquote>
3333
for the affected paragraphs,
3434
which would explicitly specify the constructor used.

0 commit comments

Comments
 (0)