From 396ff0fb837c2cb31682adfeaaed43d954215b3e Mon Sep 17 00:00:00 2001 From: Joe <8309575+joekreydt@users.noreply.github.com> Date: Sat, 14 Mar 2020 18:41:45 -0400 Subject: [PATCH] Spelling correction --- lessons/2.3-variables/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/2.3-variables/text.md b/lessons/2.3-variables/text.md index 73a5720..759612d 100644 --- a/lessons/2.3-variables/text.md +++ b/lessons/2.3-variables/text.md @@ -14,7 +14,7 @@ variables when they're declared**. In the example you can see two variables of type `int` declared. Each variable is initialized with with the result of their initializer. -`answer` is than printed to the console. +`answer` is then printed to the console. The next lesson is going to look at how to declare variables of different types.