From 665eb3d6cb96db1bf7b44fb728824345cc354047 Mon Sep 17 00:00:00 2001 From: Charles Korn Date: Tue, 1 Jul 2025 20:08:18 +1000 Subject: [PATCH] Address PR feedback: remove use of "obvious" Signed-off-by: Charles Korn --- docs/querying/operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying/operators.md b/docs/querying/operators.md index cf348d266e..e35b17aab3 100644 --- a/docs/querying/operators.md +++ b/docs/querying/operators.md @@ -61,7 +61,7 @@ the RHS vector. The result is propagated into the result vector with the grouping labels becoming the output label set. Entries for which no matching entry in the right-hand vector can be found are not part of the result. -If two float samples are matched, the behavior is obvious. +If two float samples are matched, the arithmetic operator is applied to the two input values. If a float sample is matched with a histogram sample, the behavior follows the same logic as between a scalar and a histogram sample (see above), i.e. `*` and `/`