Skip to content

Commit 5032941

Browse files
committed
Put <cxx-returns> block inside <cxx-function> block
1 parent 3b8c3e4 commit 5032941

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

algorithms.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -753,11 +753,11 @@ <h1>Ordered update function template</h1>
753753
<cxx-function>
754754
<cxx-signature>template&lt;T&gt;
755755
ordered_update_t&lt;T&gt; ordered_update(T&amp; loc) noexcept;</cxx-signature>
756-
</cxx-function>
757756

758-
<cxx-returns>
759-
<code>{ loc }</code>.
760-
</cxx-returns>
757+
<cxx-returns>
758+
<code>{ loc }</code>.
759+
</cxx-returns>
760+
</cxx-function>
761761

762762
</cxx-section>
763763
</cxx-section>

0 commit comments

Comments
 (0)