From 500430018e4f8ea4768100eb958fb2edb35caa85 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 29 Dec 2021 16:21:25 +0100 Subject: [PATCH] new line for each statment --- docs/part/trackable.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/part/trackable.md b/docs/part/trackable.md index 90c9aff..4544435 100644 --- a/docs/part/trackable.md +++ b/docs/part/trackable.md @@ -28,9 +28,9 @@ For faster input there are several ways to define the wanted serial numbers(SN): These rules can be mix-and-matched with whitespaces or commas separating them. For example: -`1 3-5 9+2` or `1,3-5,9+2` result in `[1, 3, 4, 5, 9, 10, 11]` -`~+2`(with next SN beeing 14) results in `[14, 15, 16]` -`~+`(with next SN beeing 14 and 2 numbers needed) results in `[14, 15]` +`1 3-5 9+2` or `1,3-5,9+2` result in `[1, 3, 4, 5, 9, 10, 11]` +`~+2`(with next SN beeing 14) results in `[14, 15, 16]` +`~+`(with next SN beeing 14 and 2 numbers needed) results in `[14, 15]` ## Build Orders