| Index: native_client_sdk/doc_generated/devguide/coding/application-structure.html
|
| diff --git a/native_client_sdk/doc_generated/devguide/coding/application-structure.html b/native_client_sdk/doc_generated/devguide/coding/application-structure.html
|
| index a11581f39607917224b6681e031789e90898b81b..0953ba2344c7abd9118f33a54a4fa75b8901d97b 100644
|
| --- a/native_client_sdk/doc_generated/devguide/coding/application-structure.html
|
| +++ b/native_client_sdk/doc_generated/devguide/coding/application-structure.html
|
| @@ -11,8 +11,8 @@
|
| <li><a class="reference internal" href="#native-client-modules-a-closer-look" id="id5">Native Client modules: A closer look</a></li>
|
| </ul>
|
|
|
| -</div><p>This chapter of the Developer’s Guide describes the general structure of a
|
| -Native Client application. The chapter assumes you are familiar with the
|
| +</div><p>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 <a class="reference internal" href="/native-client/overview.html"><em>Technical Overview</em></a>.</p>
|
| <aside class="note">
|
| The “Hello, World” example is used here to illustrate basic
|
| @@ -209,7 +209,7 @@ issue a <code>crash</code> event
|
| <a class="reference internal" href="/native-client/devguide/coding/progress-events.html"><em>which can be handled in Javascript</em></a>.</p>
|
| <p>While the <code>CreateModule()</code> factory function, the <code>Module</code> class, and the
|
| <code>Instance</code> 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.</p>
|
| </section></section>
|
|
|