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

Unified Diff: native_client_sdk/src/doc/devguide/coding/message-system.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: CL synced with master. 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/message-system.rst
diff --git a/native_client_sdk/src/doc/devguide/coding/message-system.rst b/native_client_sdk/src/doc/devguide/coding/message-system.rst
index 1fcb2de136a9c7b9bbdf154de7209daa76239c56..8154db042035627a19ecca97f14ab25776649ab9 100644
--- a/native_client_sdk/src/doc/devguide/coding/message-system.rst
+++ b/native_client_sdk/src/doc/devguide/coding/message-system.rst
@@ -9,13 +9,13 @@ Messaging System
:backlinks: none
:depth: 2
-This chapter describes the messaging system used to communicate between the
+This section describes the messaging system used to communicate between the
JavaScript code and the Native Client module's C or C++ code in a
Native Client application. It introduces the concept of asynchronous
programming and the basic steps required to set up a Native Client module
-that sends messages to and receive messages from JavaScript. This chapter
+that sends messages to and receive messages from JavaScript. This section
assumes you are familiar with the material presented in the
-:doc:`Application Structure <application-structure>` chapter.
+:doc:`Application Structure <application-structure>` section.
.. Note::
:class: note
« no previous file with comments | « native_client_sdk/src/doc/devguide/coding/file-io.rst ('k') | native_client_sdk/src/doc/devguide/coding/progress-events.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698