mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-07 06:26:45 +02:00
noticable -> noticeable
This commit is contained in:
@@ -297,7 +297,7 @@ If you are concatenating multiple strings of any type, or interpolate values int
|
||||
results can vary. If you are working with a small number of values, concatenation is minutely faster. With a lot of
|
||||
values, interpolating is minutely faster.
|
||||
|
||||
Regardless of what you are doing with strings, none of the types will ever have any noticable impact on your
|
||||
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.
|
||||
|
||||
|
Reference in New Issue
Block a user