From e99ce5dcd63064702694efd956d2eb98f86da8de Mon Sep 17 00:00:00 2001 From: mrchatam Date: Sun, 13 Sep 2026 02:26:39 +0000 Subject: [PATCH] docs: fix 'allow to set' grammar in native histograms spec Signed-off-by: mrchatam --- docs/specs/native_histograms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specs/native_histograms.md b/docs/specs/native_histograms.md index f420a3e2f..5d3a34fb0 100644 --- a/docs/specs/native_histograms.md +++ b/docs/specs/native_histograms.md @@ -2586,7 +2586,7 @@ sources of issues to consider: histograms will only contain data points in the later part of the range). 3. A classic histogram might be tailored to have bucket boundaries precisely at the points of interest. Native histograms with a standard schema can have a - high resolution, but do not allow to set bucket boundaries at arbitrary + high resolution, but do not allow setting bucket boundaries at arbitrary values. In those cases, the user experience with native histograms might actually be worse.