From 2964a4d1501e2fb7ae2b5e082e83731e61c07a61 Mon Sep 17 00:00:00 2001 From: Hannah Troisi Date: Sun, 24 Jul 2016 16:26:35 -0700 Subject: [PATCH] Update subclassing-layout.md --- _docs/subclassing-layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/subclassing-layout.md b/_docs/subclassing-layout.md index 626fe43a..47e7ea06 100755 --- a/_docs/subclassing-layout.md +++ b/_docs/subclassing-layout.md @@ -7,7 +7,7 @@ The most important distinction when creating a subclass is whether you writing a ## ASViewController
-An `ASViewController` is a regular UIViewController subclass that has special features to manage nodes. Since it is a UIViewController subclass, all methods are called on the **main thread** (and you should always create an ASViewController on the main thread). +An `ASViewController` is a regular `UIViewController` subclass that has special features to manage nodes. Since it is a UIViewController subclass, all methods are called on the **main thread** (and you should always create an ASViewController on the main thread). ###`-init`