Fix name of tutorial snippet.

This commit is contained in:
Christoph Hertzberg 2019-01-23 10:35:06 +01:00
parent 80f81f9c4b
commit e16913a45f

View File

@ -55,10 +55,10 @@ Here is an example sorting each row of a matrix:
<table class="example"> <table class="example">
<tr><th>Example:</th><th>Output:</th></tr> <tr><th>Example:</th><th>Output:</th></tr>
<tr><td> <tr><td>
\include Tutorial_std_sort_rows.cpp \include Tutorial_std_sort_rows_cxx11.cpp
</td> </td>
<td> <td>
\verbinclude Tutorial_std_sort_rows.out \verbinclude Tutorial_std_sort_rows_cxx11.out
</td></tr></table> </td></tr></table>
*/ */