From 8a947c3971b19d9813b6a4049d265f67665c9525 Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 3 Jan 2021 21:46:17 +0100 Subject: [PATCH] minor change to documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b3aea8..f63f0f1 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ The above example will be used to show some of the features of the library. As s If a conversion could not be applied, the method would return a tuple of default constructed objects, and the **valid** method would return **false**, for example if the third (grade) column in our csv could not be converted to a double the conversion would fail. -If **get_next** is called with a **tuple** it would behave identically to passing the same tuple parameters to **get_next**: +If **get_next** is called with a **tuple** as template parameter it would behave identically to passing the same tuple parameters to **get_next**: ```cpp using student = std::tuple;