From b04dfe9ba11fd2945d29a9122d1c01ba7ccf2ee7 Mon Sep 17 00:00:00 2001 From: Abizer Nasir Date: Mon, 3 Apr 2017 12:40:48 +0100 Subject: [PATCH] Close the code-block correctly --- 1introduction/tutorial.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/1introduction/tutorial.md b/1introduction/tutorial.md index 7aa24a4..2cc1b02 100644 --- a/1introduction/tutorial.md +++ b/1introduction/tutorial.md @@ -90,7 +90,8 @@ Download and install Xcode from the App Store. This may take a while — its class ViewController: UIViewController { - }``` + } + ``` 7. Hold down the **ctrl** button on your keyboard, then click and drag from the button in your storyboard into the `ViewController` code - on an empty line between the `{ ... }`