included missing adjective

fixes #2344
This commit is contained in:
MrGamy
2021-12-10 17:03:21 +01:00
committed by Raphael Michel
parent 91ec5fd78c
commit 533939cae4

View File

@@ -2,7 +2,7 @@ Algorithms
========== ==========
The business logic inside pretix is full of complex algorithms making decisions based on all the hundreds of settings 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 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. ticket scanning apps and we want to ensure the implementations are as similar as possible to avoid confusion.