From d76fbf3f26ac7142bd0bf94ff12c59cf63ca5ead Mon Sep 17 00:00:00 2001
From: Julia Friesel <julia.friesel@gmail.com>
Date: Fri, 28 Sep 2018 18:44:40 +0200
Subject: [PATCH] Add comment

---
 lib/sympto/cervix.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/sympto/cervix.js b/lib/sympto/cervix.js
index 15c990a2..e09205c1 100644
--- a/lib/sympto/cervix.js
+++ b/lib/sympto/cervix.js
@@ -7,6 +7,7 @@ export default function (cycleDays, tempEvalEndIndex) {
   // we search for the day of cervix peak, which must:
   // * have fertile cervix values
   // * be followed by at least 3 days
+  // * must happen prior to end of temperature evaluation
   // these 3 following days must all show infertile cervix values
   // if everything applies we must check the days until the end of temperature evaluation
   // during these relevantDays no fertile cervix must occur
-- 
GitLab