Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ tape( 'if provided an `N` parameter less than or equal to `0`, the function retu
t.end();
});

tape( 'when `alpha` equals `1.0`, the function add `beta` to each element', function test( t ) {
tape( 'when `alpha` equals `1.0`, the function adds `beta` to each element', function test( t ) {
var expected;
var x;

Expand Down