From 7df577e67de5c643afc535812e6c060b0dac9e2f Mon Sep 17 00:00:00 2001 From: dkiang Date: Thu, 13 Jul 2017 01:11:20 -0400 Subject: [PATCH] Restored text that was chopped off (#446) --- docs/courses/csintro/variables/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/courses/csintro/variables/overview.md b/docs/courses/csintro/variables/overview.md index eafdfba6..4d5c3ed9 100644 --- a/docs/courses/csintro/variables/overview.md +++ b/docs/courses/csintro/variables/overview.md @@ -19,4 +19,4 @@ Variables hold a specific type of information. The micro:bit's variables can kee * A number variable could hold numerical data such as the year, the temperature, or the degree of acceleration. * A string variable holds a string of alphanumeric characters such as a person's name, a password, or the day of the week. * A boolean variable has only two values: true or false. You might have certain things that happen only when the variable called _gameOver_ is false, for example. -* A sprite is a special variable that represents a single dot on the screen and holds two separate values for the row an \ No newline at end of file +* A sprite is a special variable that represents a single dot on the screen and holds two separate values for the row and column the dot is currently in.