File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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#<<` .
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#<<</ 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 >
You can’t perform that action at this time.
0 commit comments