diff --git a/TUTORIAL.md b/TUTORIAL.md index c7310ee3..f2485e30 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -107,7 +107,7 @@ Optional properties: - `type` (if present must be one of: `int`, `float`, `date`) -results in parsing every matched value to a specified type - `group` (if present must be one of: `sum`, `min`, `max`, `first`, - `last`, join) - specifies grouping function (defines what value to return in + `last`, `join`) - specifies grouping function (defines what value to return in case of multiple matches) Example for `regex`: