| Index: native_client_sdk/doc_generated/devguide/coding/file-io.html
|
| diff --git a/native_client_sdk/doc_generated/devguide/coding/file-io.html b/native_client_sdk/doc_generated/devguide/coding/file-io.html
|
| index 6cb5734abac55b917684accb4242f889e2256105..62ca62daa754f8e00c94acffcfadd5bda693ef61 100644
|
| --- a/native_client_sdk/doc_generated/devguide/coding/file-io.html
|
| +++ b/native_client_sdk/doc_generated/devguide/coding/file-io.html
|
| @@ -37,7 +37,7 @@
|
|
|
| </div><section id="introduction">
|
| <h2 id="introduction">Introduction</h2>
|
| -<p>This chapter describes how to use the <a class="reference external" href="/native-client/pepper_stable/cpp/classpp_1_1_file_i_o">FileIO API</a> to read and write
|
| +<p>This section describes how to use the <a class="reference external" href="/native-client/pepper_stable/cpp/classpp_1_1_file_i_o">FileIO API</a> to read and write
|
| files using a local secure data store.</p>
|
| <p>You might use the File IO API with the URL Loading APIs to create an overall
|
| data download and caching solution for your NaCl applications. For example:</p>
|
| @@ -51,7 +51,7 @@ file from the server.</li>
|
| <li>Load the file into memory using the File IO API when needed by your
|
| application.</li>
|
| </ol>
|
| -<p>The example discussed in this chapter is included in the SDK in the directory
|
| +<p>The example discussed in this section is included in the SDK in the directory
|
| <code>examples/api/file_io</code>.</p>
|
| </section><section id="reference-information">
|
| <h2 id="reference-information">Reference information</h2>
|
|
|