| Index: native_client_sdk/doc_generated/devguide/coding/message-system.html
|
| diff --git a/native_client_sdk/doc_generated/devguide/coding/message-system.html b/native_client_sdk/doc_generated/devguide/coding/message-system.html
|
| index ef09cdf3d1b4fec9fb32c590173cecf1d7c3885d..17ea43a4a566b283159108aa2529d5bc785f8b10 100644
|
| --- a/native_client_sdk/doc_generated/devguide/coding/message-system.html
|
| +++ b/native_client_sdk/doc_generated/devguide/coding/message-system.html
|
| @@ -31,13 +31,13 @@
|
| </li>
|
| </ul>
|
|
|
| -</div><p>This chapter describes the messaging system used to communicate between the
|
| +</div><p>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
|
| -<a class="reference internal" href="/native-client/devguide/coding/application-structure.html"><em>Application Structure</em></a> chapter.</p>
|
| +<a class="reference internal" href="/native-client/devguide/coding/application-structure.html"><em>Application Structure</em></a> section.</p>
|
| <aside class="note">
|
| The “Hello, World” example for getting started with NaCl is used here to
|
| illustrate basic programming techniques. You can find this code in
|
|
|