From 1a61bcae07d5e4c7fcdac53053f917f04d424a72 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Mon, 23 Feb 2015 15:29:26 +0100 Subject: [PATCH] Fix plural of 'histogram'. Actually, 'histogram' is Ancient Greek and 3rd declension... ;-) --- rules/helpers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/helpers_test.go b/rules/helpers_test.go index eb22ea53f..fe5b81921 100644 --- a/rules/helpers_test.go +++ b/rules/helpers_test.go @@ -205,7 +205,7 @@ var testMatrix = ast.Matrix{ }, Values: getTestValueStream(0, 200, 20, testStartTime), }, - // Two histogram with 4 buckets each (*_sum and *_count not included, + // Two histograms with 4 buckets each (*_sum and *_count not included, // only buckets). Lowest bucket for one histogram < 0, for the other > // 0. They have the same name, just separated by label. Not useful in // practice, but can happen (if clients change bucketing), and the