noticable -> noticeable

This commit is contained in:
Phil Sturgeon
2015-01-22 15:01:59 -05:00
parent e9ccefb998
commit a0b56d6c37

View File

@@ -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.