From 734a88dd96e22dd954ad6a601caf5dc4af66ec6a Mon Sep 17 00:00:00 2001 From: mlevesquedion Date: Wed, 10 Apr 2024 12:00:14 -0700 Subject: [PATCH] Fix typo: missing backtick for inline code --- docs/spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec.md b/docs/spec.md index 6c2a1f4549..f4b3fbf231 100644 --- a/docs/spec.md +++ b/docs/spec.md @@ -5064,7 +5064,7 @@ The following diagram shows how elements in `result` are computed from More formally: * `selected_values = reduce_window_without_init(...)` with the following inputs: - * `inputs = [operand]. + * `inputs = [operand].` * `window_dimensions`, `window_strides`, and `padding` which are used as is. * `base_dilations = windows_dilations = 1`. * `body` is defined as: