From 26a29f594df80f79d1aa1431a670cee46ffba9c5 Mon Sep 17 00:00:00 2001 From: Prof Gra Date: Sun, 25 Oct 2015 22:35:04 +0100 Subject: [PATCH] Remove 'year' in the desc of the food journal The description goes `year, month, and day`, but the code goes `month and day`. This change removes the discrepancy. --- content/core-functions-in-depth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/core-functions-in-depth.md b/content/core-functions-in-depth.md index 860c1751..7df0c3f2 100644 --- a/content/core-functions-in-depth.md +++ b/content/core-functions-in-depth.md @@ -491,7 +491,7 @@ Their cousins `take-while` and `drop-while` are a bit more interesting. Each takes a predicate function (a function whose return value is evaluated for truth or falsity) to determine when it should stop taking or dropping. Suppose, for example, that you had a vector representing -entries in your "food journal". Each entry has the year, month, and +entries in your "food journal". Each entry has the month and day, along with what you ate. To preserve space, we'll only include a few entries: