Skip to content

Commit

Permalink
Merge pull request #2205 from ScottFreeCode/fix/2204
Browse files Browse the repository at this point in the history
Correct comment label in exports interface
  • Loading branch information
boneskull committed Apr 15, 2016
2 parents 4301caa + 6ade9b2 commit f83b1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interfaces/exports.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var Suite = require('../suite');
var Test = require('../test');

/**
* TDD-style interface:
* Exports-style (as Node.js module) interface:
*
* exports.Array = {
* '#indexOf()': {
Expand Down

0 comments on commit f83b1d9

Please sign in to comment.