From fadca8ca6939af4896ae27b3bf9fb9ff3804fa10 Mon Sep 17 00:00:00 2001 From: Vaxivop Date: Mon, 9 Oct 2023 19:44:28 +0200 Subject: [PATCH] Update allocations.md (#165) Not sure why we have that last line as it's wrong. We don't repeat for every category after the last step, we do it before the last step. --- allocations.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/allocations.md b/allocations.md index 7a674af4..a1364400 100644 --- a/allocations.md +++ b/allocations.md @@ -54,6 +54,4 @@ For each applicant, we will have the resulting information: Their category score * Step 5: Repeat steps 1 to 4 for the next preference, i.e. #2, then #3, then #4. -This is then repeated for every category. - And that's it! If you want to know more about the nitty gritty details you can read the commented code [here](https://github.com/r-anime/awards-web/blob/master/util/allocations.js).