Skip to content

Commit 564f3ee

Browse files
committed
Fix description
1 parent db3b91d commit 564f3ee

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/besselj0/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var j0 = require( '@stdlib/math/base/special/besselj0' );
4949

5050
#### j0( x )
5151

52-
Compute the [Bessel function of the first kind][bessel-first-kind] of order zero at `x`.
52+
Computes the [Bessel function of the first kind][bessel-first-kind] of order zero at `x`.
5353

5454
```javascript
5555
var v = j0( 0.0 );

0 commit comments

Comments
 (0)