Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 'year' in the desc of the food journal #81

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/core-functions-in-depth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down