Skip to content

Commit eacc365

Browse files
committed
Fix variable name
1 parent bfb00a0 commit eacc365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/time/toc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var toc = require( '@stdlib/time/toc' );
1515
Returns a high-resolution time difference, where `time` is a two-element `array` with format `[seconds, nanoseconds]`.
1616

1717
```javascript
18-
var delta = tic( [ 100, 123456789 ] );
18+
var delta = toc( [ 100, 123456789 ] );
1919
// returns [<number>,<number>]
2020
```
2121

0 commit comments

Comments
 (0)