From a28c9bb4198423927d58c153d1bcbc75e6345b8e Mon Sep 17 00:00:00 2001
From: David Friedman
Date: Wed, 27 May 2015 21:39:33 -0700
Subject: [PATCH] Docs: Reverses order of two sentences to match a change to
the TOC.
Change-Id: I7a5cd1835e97d0052c725396927838859cd4275f
---
docs/html-ndk/ndk/guides/index.jd | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/html-ndk/ndk/guides/index.jd b/docs/html-ndk/ndk/guides/index.jd
index febeaabf654c8..465ce139b6e5b 100644
--- a/docs/html-ndk/ndk/guides/index.jd
+++ b/docs/html-ndk/ndk/guides/index.jd
@@ -17,9 +17,9 @@ development process. However, it can be useful in cases in which you need to:
This guide gives you the information you need to get up and running with the NDK. It starts by
explaining the concepts underpinning the NDK, and
-how to set it up. Next, it explains how to use
-the NDK to build and
-debug your app. Then, it continues with information
+how to set it up. Next, it continues with information
about targeting different hardware platforms in your
-builds. Finally, it discusses how to use your own and other prebuilt
-libraries.
+builds. Then, it explains how to use
+the NDK to build and
+debug your app. Finally, it discusses how to use your
+own and other prebuilt libraries.