| 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>
|
|
|