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 a93ab077511e248aca9263b56f342419f9f4d992..f3013ae295b7ceff670209ecc7af3683a91b216d 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 |