Skip to content

Commit e6e6ee3

Browse files
committed
Add missing closing `
1 parent 423c07f commit e6e6ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4393.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Both `simd::unchecked_scatter_to` and `simd::partial_scatter_to` are used to write a
1414
`simd::vec` into a range `R`.
1515
<p/>
16-
However, they only require `R` to be `contiguous_range` and `sized_range.
16+
However, they only require `R` to be `contiguous_range` and `sized_range`.
1717
Requiring `R` to be `output_range` is also necessary; otherwise, the
1818
`constant_range` cannot be written.
1919
</p>

0 commit comments

Comments
 (0)