Skip to content

Commit d44c4e0

Browse files
committed
Concatenation examples are now equivalent
1 parent f07de4b commit d44c4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
209209
// good
210210
var errorMessage = 'This is a super long error that ' +
211-
'was thrown because of Batman.' +
211+
'was thrown because of Batman. ' +
212212
'When you stop to think about ' +
213213
'how Batman had anything to do ' +
214214
'with this, you would get nowhere ' +

0 commit comments

Comments
 (0)