Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: native_client_sdk/src/doc/devguide/coding/application-structure.rst

Issue 476793002: Per P0 reqs add launch pts + make download obvious. Also misc cpy edits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Per P0 reqs add launch pts + make download obvious. Also misc cpy edits. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/doc/devguide/coding/application-structure.rst
diff --git a/native_client_sdk/src/doc/devguide/coding/application-structure.rst b/native_client_sdk/src/doc/devguide/coding/application-structure.rst
index 4e82706dceeeaa885dedfc264bb2336d46634ff0..3c475d26ec86b070540779e5bfa3d50ce4ced32d 100644
--- a/native_client_sdk/src/doc/devguide/coding/application-structure.rst
+++ b/native_client_sdk/src/doc/devguide/coding/application-structure.rst
@@ -9,8 +9,8 @@ Application Structure
:backlinks: none
:depth: 2
-This chapter of the Developer's Guide describes the general structure of a
-Native Client application. The chapter assumes you are familiar with the
+This section of the Developer's Guide describes the general structure of a
+Native Client application. The section assumes you are familiar with the
material presented in the :doc:`Technical Overview <../../overview>`.
@@ -250,6 +250,6 @@ issue a ``crash`` event
While the ``CreateModule()`` factory function, the ``Module`` class, and the
``Instance`` class are required for a Native Client application, the code
-samples shown above don't actually do anything. Subsequent chapters in the
+samples shown above don't actually do anything. Subsequent sections in the
Developer's Guide build on these code samples and add more interesting
functionality.

Powered by Google App Engine
This is Rietveld 408576698