From a15721322fed4e9998f9cccca78ed07eb105338f Mon Sep 17 00:00:00 2001 From: Walter Higgins Date: Sun, 21 Sep 2014 10:48:25 +0100 Subject: [PATCH] Update YoungPersonsGuideToProgrammingMinecraft.md --- docs/YoungPersonsGuideToProgrammingMinecraft.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/YoungPersonsGuideToProgrammingMinecraft.md b/docs/YoungPersonsGuideToProgrammingMinecraft.md index 443d214..a107155 100644 --- a/docs/YoungPersonsGuideToProgrammingMinecraft.md +++ b/docs/YoungPersonsGuideToProgrammingMinecraft.md @@ -171,9 +171,9 @@ called `location`. We can use that name like this... Blackrock Castle -...You might be wondering where the `''` (called double-quotes) went. +...You might be wondering where the enclosing `'` single-quotes went. When telling the computer to store some text, you have to put `'` -(that's the double-quote character - press Shift+2) at the start and end +(that's the single-quote character) at the start and end of the text. The computer doesn't store these quote characters, only the text between them. The computer will store the variables while the Minecraft Server is running. Repeat the last command you entered by