Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Jul 17, 2022
1 parent 2ebab8d commit a884b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_world.cc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ int main(int, char *[]) {
using ul_idx_t = ULDataFrame::IndexType; // This is just unsigned long

// You can sort by one or multiple columns You must specify all the column types, but only once
// Sort first by the index column in ascending order than by "string col" column in descending order
// Sort first by the index column in ascending order then by "string col" column in descending order
//
ul_df2.sort<ul_idx_t, std::string, double, std::string>(DF_INDEX_COL_NAME, sort_spec::ascen,
"string col", sort_spec::desce);
Expand Down

0 comments on commit a884b2e

Please sign in to comment.