mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Fixed a typo.
This commit is contained in:
parent
85799e8cd3
commit
6161e33d8a
|
@ -1516,7 +1516,7 @@ after the slash, and is less obvious to readers.</p>
|
|||
<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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user