From 533939cae48a1c95b8b2cf9c7a68a15975232dc8 Mon Sep 17 00:00:00 2001 From: MrGamy <8639512+MrGamy@users.noreply.github.com> Date: Fri, 10 Dec 2021 17:03:21 +0100 Subject: [PATCH] included missing adjective fixes #2344 --- doc/development/algorithms/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/algorithms/index.rst b/doc/development/algorithms/index.rst index 76937b5b10..e00cb1b636 100644 --- a/doc/development/algorithms/index.rst +++ b/doc/development/algorithms/index.rst @@ -2,7 +2,7 @@ Algorithms ========== The business logic inside pretix is full of complex algorithms making decisions based on all the hundreds of settings -and input parameters available. Some of them are documented here as graphs, either because fully understanding them is very +and input parameters available. Some of them are documented here as graphs, either because fully understanding them is very important when working on features close to them, or because they also need to be re-implemented by client-side components like our ticket scanning apps and we want to ensure the implementations are as similar as possible to avoid confusion.