Skip to content

Commit

Permalink
Merge pull request airbnb#122 from bmorrall/patch-1
Browse files Browse the repository at this point in the history
Concatenation examples are now equivalent
  • Loading branch information
hshoff committed Nov 26, 2013
2 parents f07de4b + d44c4e0 commit e8764fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
// good
var errorMessage = 'This is a super long error that ' +
'was thrown because of Batman.' +
'was thrown because of Batman. ' +
'When you stop to think about ' +
'how Batman had anything to do ' +
'with this, you would get nowhere ' +
Expand Down

0 comments on commit e8764fb

Please sign in to comment.