From bf48ebd8dab7cdede2873c688e5e9ee1f48cfefd Mon Sep 17 00:00:00 2001 From: everettjf Date: Sat, 12 May 2018 00:14:22 +0800 Subject: [PATCH] replace back quote with "code" in containers-overview.md (#884) * Update containers-overview.md * Update containers-overview.md * Update containers-overview.md --- docs/_docs/containers-overview.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/_docs/containers-overview.md b/docs/_docs/containers-overview.md index 335020541e..ac8622ac9d 100755 --- a/docs/_docs/containers-overview.md +++ b/docs/_docs/containers-overview.md @@ -15,28 +15,28 @@ It is highly recommended that you use Texture's nodes within a node container. T UIKit Equivalent - `ASCollectionNode` - in place of UIKit's `UICollectionView` + ASCollectionNode + in place of UIKit's UICollectionView - `ASPagerNode` - in place of UIKit's `UIPageViewController` + ASPagerNode + in place of UIKit's UIPageViewController - `ASTableNode` - in place of UIKit's `UITableView` + ASTableNode + in place of UIKit's UITableView - `ASViewController` - in place of UIKit's `UIViewController` + ASViewController + in place of UIKit's UIViewController - `ASNavigationController` - in place of UIKit's `UINavigationController`. Implements the `ASVisibility` protocol. + ASNavigationController + in place of UIKit's UINavigationController. Implements the ASVisibility protocol. - `ASTabBarController` - in place of UIKit's `UITabBarController`. Implements the `ASVisibility` protocol. + ASTabBarController + in place of UIKit's UITabBarController. Implements the ASVisibility protocol.