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

Unified Diff: native_client_sdk/src/examples/api/var_array_buffer/index.html

Issue 14607005: [NaCl SDK] Cleanup examples. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback Created 7 years, 7 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/examples/api/var_array_buffer/index.html
diff --git a/native_client_sdk/src/examples/api/var_array_buffer/index.html b/native_client_sdk/src/examples/api/var_array_buffer/index.html
index 53858d930f6f11b020e83fb764d13d8856d763b1..10f40691e8a5568cc1624911ee200fa27e49734f 100644
--- a/native_client_sdk/src/examples/api/var_array_buffer/index.html
+++ b/native_client_sdk/src/examples/api/var_array_buffer/index.html
@@ -15,7 +15,7 @@
<body data-width="256" data-height="256" {{attrs}}>
<h1>{{title}}</h1>
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
- <p>The File Histogram example demonstrates prompting the user for a file,
+ <p>The VarArrayBuffer example demonstrates prompting the user for a file,
passing the file contents to NativeClient as a VarArrayBuffer, then
drawing a histogram representing the contents of the file to a 2D
square.</p>

Powered by Google App Engine
This is Rietveld 408576698