Skip to content

Commit a55bbf9

Browse files
authored
docs: add missing backticks
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 7acf263 commit a55bbf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/array/nanmidrange-by/docs

lib/node_modules/@stdlib/stats/array/nanmidrange-by/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{{alias}}( x, clbk[, thisArg] )
33
Computes the midrange of an array via a callback function,
4-
ignoring NaN values.
4+
ignoring `NaN` values.
55

66
If provided an empty array, the function returns `NaN`.
77

0 commit comments

Comments
 (0)