diff --git a/_docs/subclassing-layout.md b/_docs/subclassing-layout.md index b2cca00e..5f4165d8 100755 --- a/_docs/subclassing-layout.md +++ b/_docs/subclassing-layout.md @@ -100,5 +100,5 @@ If you desire the same effect in a ASViewController, you can do the same thing i ## Begin with a call to super
-Don't forget to begin each of the methods above with a call to super, _except_ for `layoutSpecThatFits:`. While possible, calling super in -layoutSpecThatFits: is not the norm and is an advanced concept that will be documented soon. +Don't forget to begin each of the methods above with a call to super, _except_ for `layoutSpecThatFits:`.