From d1df74e288a6e9ed15f67bbb1e1691c1cd3f35e3 Mon Sep 17 00:00:00 2001 From: bosd Date: Sat, 7 Oct 2023 10:05:57 +0200 Subject: [PATCH] Fixup formatting --- TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`: