From cdb013302a457aa0b539798f226b14ec76888391 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Wed, 8 Oct 2014 09:54:10 -0500 Subject: [PATCH] Cant spell basic words --- pages/The-Basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/The-Basics.md b/pages/The-Basics.md index e99de47..c34c934 100644 --- a/pages/The-Basics.md +++ b/pages/The-Basics.md @@ -292,7 +292,7 @@ If you are defining a single string and not trying to concatenate values or anyt double quoted string will be entirely identical. Neither are quicker. If you are concatenating multiple strings of any type, or interpolate values into a double quoted string, then the results can -vary. If you are working with a small number of values, concatenation is minutely fasture. With a lot of values, interpolating +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 application.