Skip to content

Commit

Permalink
Fix typo: missing backtick for inline code (openxla#2194)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlevesquedion authored Apr 10, 2024
1 parent 3c3de28 commit 714d9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 714d9ac

Please sign in to comment.