Skip to content

Commit dab89ca

Browse files
committed
style: remove backticks
1 parent 22c4d29 commit dab89ca

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/unary/docs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/unary/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Applies a unary callback to elements in an input ndarray and assigns results
44
to elements in an output ndarray.
55

6-
Each provided "ndarray" should be an `object` with the following properties:
6+
Each provided "ndarray" should be an object with the following properties:
77

88
- dtype: data type.
99
- data: data buffer.

0 commit comments

Comments
 (0)