Remove space inside 2 hyphenated words

This commit is contained in:
Xymph
2022-08-23 22:18:11 +02:00
parent 389eb5c0c3
commit ca0f073a4c
2 changed files with 4 additions and 4 deletions

View File

@@ -323,8 +323,8 @@ results can vary. If you are working with a small number of values, concatenatio
values, interpolating is minutely faster.
Regardless of what you are doing with strings, none of the types will ever have any noticeable impact on your
application. Trying to rewrite code to use one or the other is always an exercise in futility, so avoid this micro-
optimization unless you really understand the meaning and impact of the differences.
application. Trying to rewrite code to use one or the other is always an exercise in futility, so avoid this
micro-optimization unless you really understand the meaning and impact of the differences.
* [Disproving the Single Quotes Performance Myth](http://nikic.github.io/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html)