| 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
|
|
|