Skip to content

Commit 5d08329

Browse files
committed
Update markup
1 parent c632169 commit 5d08329

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/special/abs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/special/abs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var y = abs( -1.0 );
6262

6363
The function accepts the following arguments:
6464

65-
- `x`: input [`ndarray`][@stdlib/ndarray/ctor], array-like object, or number.
65+
- **x**: input [`ndarray`][@stdlib/ndarray/ctor], array-like object, or number.
6666

6767
If provided an [`ndarray`][@stdlib/ndarray/ctor] or array-like object, the function computes the [absolute value][absolute-value] for each element and returns an [`ndarray`][@stdlib/ndarray/ctor] having the same shape as `x` and containing element-wise results.
6868

0 commit comments

Comments
 (0)