Skip to content

Commit

Permalink
noticable -> noticeable
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon committed Jan 22, 2015
1 parent e9ccefb commit a0b56d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/The-Basics.md
Expand Up @@ -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.
Expand Down

0 comments on commit a0b56d6

Please sign in to comment.