Skip to content

Commit 7d1ab08

Browse files
committed
Add missing backtick
1 parent 28b4e84 commit 7d1ab08

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/random/streams/arcsine

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/random/streams/arcsine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ var iStream = inspectStream( log );
302302
stream.pipe( iStream );
303303
```
304304

305-
This method accepts the same `options` as [`randomStream()`](#random-stream); however, the method will **always** override the [`objectMode`][object-mode] option in `options.
305+
This method accepts the same `options` as [`randomStream()`](#random-stream); however, the method will **always** override the [`objectMode`][object-mode] option in `options`.
306306

307307
</section>
308308

0 commit comments

Comments
 (0)