Skip to content

Commit 0be5d17

Browse files
authored
docs: remove backticks
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 33aafc4 commit 0be5d17

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/nanvariancech

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/nanvariancech/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The function has the following additional parameters:
154154

155155
- **offsetX**: starting index for `x`.
156156

157-
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying `buffer`, the `offset` parameter supports indexing semantics based on a starting index. For example, to calculate the [variance][variance] for every other element in the strided array starting from the second element
157+
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameter supports indexing semantics based on a starting index. For example, to calculate the [variance][variance] for every other element in the strided array starting from the second element
158158

159159
```javascript
160160
var x = [ 2.0, 1.0, 2.0, -2.0, -2.0, 2.0, 3.0, 4.0, NaN, NaN ];

0 commit comments

Comments
 (0)