From 70df21a68005a9651b73e2b1f079f883d582ddf5 Mon Sep 17 00:00:00 2001 From: Charles Korn Date: Tue, 1 Jul 2025 20:07:07 +1000 Subject: [PATCH] Address PR feedback: format Inf and NaN as monospace Signed-off-by: Charles Korn --- docs/querying/operators.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/querying/operators.md b/docs/querying/operators.md index 65ba86fb60..cf348d266e 100644 --- a/docs/querying/operators.md +++ b/docs/querying/operators.md @@ -46,8 +46,8 @@ following: by the scalar on the right hand side (RHS). All bucket populations and the count and the sum of observations are then divided by the scalar. A division by zero results in a histogram with no regular buckets and the zero bucket population - and the count and sum of observations all set to +Inf, -Inf, or NaN, depending - on their values in the input histogram (positive, negative, or zero/NaN, respectively). + and the count and sum of observations all set to `+Inf`, `-Inf`, or `NaN`, depending + on their values in the input histogram (positive, negative, or zero/`NaN`, respectively). * For `/` with a scalar on the LHS and a histogram sample on the RHS, and similarly for all other arithmetic binary operators in any combination of a scalar and a