From 2e5d329bb88d0cda3515cccaea70575867b482fd Mon Sep 17 00:00:00 2001 From: anuko Date: Wed, 17 Jan 2018 22:43:08 +0000 Subject: [PATCH] Cosmetic comment fix. --- quotas.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quotas.php b/quotas.php index ac0998c5..2e64e425 100644 --- a/quotas.php +++ b/quotas.php @@ -93,7 +93,7 @@ if ($request->isPost()){ } } -// Get monthly quotas where for the entire year. +// Get monthly quotas for the entire year. $monthsData = $quota->get($selectedYear); $form = new Form('monthlyQuotasForm'); -- 2.20.1