From 5f8d5fbacbf8f1d32af597d0ca41a27d0c9663fe Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 30 May 2016 22:03:09 -0700 Subject: [PATCH] Fixed another typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dff9b2e..9158431 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ The entire series is returned by default. To exclude points without data, use: User.group_by_day(:created_at, series: false).count ``` -Or you change the default value with: +Or change the default value with: ```ruby User.group_by_day(:created_at, default_value: "missing").count -- libgit2 0.21.0