Skip to content

Commit

Permalink
Fixed a mistake in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed May 29, 2023
1 parent ea56143 commit 9cc2f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/HTML/append_row.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PRE><B>
template&lt;typename ... Ts&gt;
std::size_t
load_row(IndexType *idx_val, Ts ... args);
append_row(IndexType *idx_val, Ts ... args);
</B></PRE></font>
</td>
<td>
Expand All @@ -46,7 +46,7 @@
</td>
<td width = "33.3%">
<B>Ts</B>: The list of types for columns in args<BR>
<B>index_val</B>: A pointer to an index value. If this pointer is not null, the index will alos be appended.<BR>
<B>index_val</B>: A pointer to an index value. If this pointer is not null, the index will also be appended.<BR>
<B>args</B>: A variable list of arguments consisting of<BR>
<I>std::pair(const char *name, &amp;&amp;data).</I><BR>
Each pair, represents a a pair of column name and a single column value
Expand Down

0 comments on commit 9cc2f8f

Please sign in to comment.