Skip to content

Commit 1acb964

Browse files
committed
Merge pull request #173 from elkebirmed/master
Typo!
2 parents 450abeb + 250252f commit 1acb964

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)