Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinson2 committed Jun 30, 2017
1 parent 85799e8 commit 6161e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ <h4 id="features-strings-no-line-continuations">5.6.3 No line continuations</h4>
<p>Instead, write</p>

<pre><code class="language-js prettyprint">const longString = 'This is a very long string that far exceeds the 80 ' +
'column limit. It does not contains long stretches of spaces since ' +
'column limit. It does not contain long stretches of spaces since ' +
'the concatenated strings are cleaner.';
</code></pre>

Expand Down

0 comments on commit 6161e33

Please sign in to comment.