Skip to content

Commit 5fe7f2e

Browse files
committed
style: remove backticks
1 parent dab89ca commit 5fe7f2e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/unary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The function accepts the following arguments:
9494
- **arrays**: array-like object containing one input ndarray and one output ndarray.
9595
- **fcn**: unary function to apply.
9696

97-
Each provided ndarray should be an `object` with the following properties:
97+
Each provided ndarray should be an object with the following properties:
9898

9999
- **dtype**: data type.
100100
- **data**: data buffer.

0 commit comments

Comments
 (0)