Skip to content

Commit d2e26dd

Browse files
committed
Update description
1 parent d12cba2 commit d2e26dd

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/plot/components/svg/rug/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/plot/components/svg/rug/test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tape( 'the constructor does not require the `new` operator', function test( t )
3838
t.end();
3939
});
4040

41-
tape( 'the constructor returns an event emitter', function test( t ) {
41+
tape( 'the returned instance an event emitter', function test( t ) {
4242
var node = new Rug();
4343
t.strictEqual( instanceOf( node, EventEmitter ), true, 'is an event emitter' );
4444
t.end();

0 commit comments

Comments
 (0)