[F] Fixed README
This commit is contained in:
parent
5c4e97ba8a
commit
fcdc0f1ded
@ -219,7 +219,7 @@ int main(void)
|
|||||||
|
|
||||||
/* Fill row with data from the container */
|
/* Fill row with data from the container */
|
||||||
std::vector<std::string> arr = {"3", "Earth", "29.78", "288"};
|
std::vector<std::string> arr = {"3", "Earth", "29.78", "288"};
|
||||||
table.row_write_ln(std::begin(arr), std::end(arr));
|
table.range_write_ln(std::begin(arr), std::end(arr));
|
||||||
|
|
||||||
std::cout << table.to_string() << std::endl;
|
std::cout << table.to_string() << std::endl;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user