Skip to content

Commit 3868ba5

Browse files
author
ci-build
committed
[skip ci] Update site
1 parent c0fd858 commit 3868ba5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6871,9 +6871,9 @@ <h3 id="no-to-s"><a class="anchor" href="#no-to-s"></a><a class="link" href="#no
68716871
<div class="sect2">
68726872
<h3 id="concat-strings"><a class="anchor" href="#concat-strings"></a><a class="link" href="#concat-strings">String Concatenation</a></h3>
68736873
<div class="paragraph">
6874-
<p>Avoid using <code>String#` when you need to construct large data chunks.
6875-
Instead, use `String#&lt;&lt;`.
6876-
Concatenation mutates the string instance in-place and is always faster than `String#</code>, which creates a bunch of new string objects.</p>
6874+
<p>Avoid using <code>String#+</code> when you need to construct large data chunks.
6875+
Instead, use <code>String#&lt;&lt;</code>.
6876+
Concatenation mutates the string instance in-place and is always faster than <code>String#+</code>, which creates a bunch of new string objects.</p>
68776877
</div>
68786878
<div class="listingblock">
68796879
<div class="content">
@@ -8401,7 +8401,7 @@ <h2 id="spread-the-word"><a class="anchor" href="#spread-the-word"></a><a class=
84018401
</div>
84028402
<div id="footer">
84038403
<div id="footer-text">
8404-
Last updated 2024-10-16 09:47:48 UTC
8404+
Last updated 2024-10-16 09:49:00 UTC
84058405
</div>
84068406
</div>
84078407
</body>

0 commit comments

Comments
 (0)