diff --git a/docs/HTML/append_row.html b/docs/HTML/append_row.html index 9f5a2efe1..abf73112d 100644 --- a/docs/HTML/append_row.html +++ b/docs/HTML/append_row.html @@ -36,7 +36,7 @@

 template<typename ... Ts>
 std::size_t
-load_row(IndexType *idx_val, Ts ... args);
+append_row(IndexType *idx_val, Ts ... args);
         
@@ -46,7 +46,7 @@ Ts: The list of types for columns in args
- index_val: A pointer to an index value. If this pointer is not null, the index will alos be appended.
+ index_val: A pointer to an index value. If this pointer is not null, the index will also be appended.
args: A variable list of arguments consisting of
std::pair(const char *name, &&data).
Each pair, represents a a pair of column name and a single column value