Skip to content

Commit d75bd35

Browse files
authored
Merge pull request google#261 from jrobinson2/gh-pages
Fixed a typo.
2 parents 85799e8 + 6161e33 commit d75bd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsguide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ <h4 id="features-strings-no-line-continuations">5.6.3 No line continuations</h4>
15161516
<p>Instead, write</p>
15171517

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

0 commit comments

Comments
 (0)