Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: native_client_sdk/src/doc/devguide/coding/file-io.rst

Issue 476793002: Per P0 reqs add launch pts + make download obvious. Also misc cpy edits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CL synced with master. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/doc/devguide/coding/file-io.rst
diff --git a/native_client_sdk/src/doc/devguide/coding/file-io.rst b/native_client_sdk/src/doc/devguide/coding/file-io.rst
index abec7f91623adab4abab820ab8fb701a18398bc0..17df6d47d8967bc7cb8c57d08b5ca1ca47eafb53 100644
--- a/native_client_sdk/src/doc/devguide/coding/file-io.rst
+++ b/native_client_sdk/src/doc/devguide/coding/file-io.rst
@@ -12,7 +12,7 @@ File I/O
Introduction
============
-This chapter describes how to use the `FileIO API
+This section describes how to use the `FileIO API
</native-client/pepper_stable/cpp/classpp_1_1_file_i_o>`_ to read and write
files using a local secure data store.
@@ -28,7 +28,7 @@ data download and caching solution for your NaCl applications. For example:
#. Load the file into memory using the File IO API when needed by your
application.
-The example discussed in this chapter is included in the SDK in the directory
+The example discussed in this section is included in the SDK in the directory
``examples/api/file_io``.
Reference information
« no previous file with comments | « native_client_sdk/src/doc/devguide/coding/audio.rst ('k') | native_client_sdk/src/doc/devguide/coding/message-system.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698