Skip to content

Commit 250252f

Browse files
committed
Typo!
1 parent 450abeb commit 250252f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/string.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
describe('string.js', function() {
3535

3636
describe('- constructor', function() {
37-
it('should should set the internal "s" property', function() {
37+
it('should set the internal "s" property', function() {
3838
T (S('helo').s === 'helo')
3939
T (S(5).s === '5')
4040
T (S(new Date(2012, 1, 1)).s.indexOf('2012') != -1)

0 commit comments

Comments
 (0)