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

Unified Diff: native_client_sdk/src/doc/cds2014/cpp.rst

Issue 737703002: Fixing typos / grammar in cds2014. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « native_client_sdk/doc_generated/io2014.html ('k') | native_client_sdk/src/doc/cds2014/python.rst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/doc/cds2014/cpp.rst
diff --git a/native_client_sdk/src/doc/cds2014/cpp.rst b/native_client_sdk/src/doc/cds2014/cpp.rst
index 9c62ffb2f1fcf13a56c55e84d9ec5fc23d51f1e8..8099dc81a05b5143ff963450df2c6f245f87f456 100644
--- a/native_client_sdk/src/doc/cds2014/cpp.rst
+++ b/native_client_sdk/src/doc/cds2014/cpp.rst
@@ -66,7 +66,7 @@ Water
Remarkably, not everyone enjoys the primal illusion of fire.
Your task in this codelab is to transform the rising fire
-effect you see before you, into a beautiful, tranquil waterfall.
+effect you see before you into a beautiful, tranquil waterfall.
This will require digging into some C++ code.
Before you begin, you'll want to copy our fire program to a new name,
@@ -95,7 +95,7 @@ our flame effect is actually monochrome. A single intensity
value is used in the flame simulation. This is then converted
to color based on a multi-color gradient.
To alter the color-scheme, locate this palette, and exchange
-the red component (first) with blue (third).
+the red component (first) with the blue one (third).
Hint: Focus your energies on the CreatePalette function.
@@ -145,7 +145,7 @@ for the broadest range of development options, check out the
`NaCl SDK
<https://developer.chrome.com/native-client/cpp-api>`_.
-For questions, concerns, and help contact us at
+For questions, concerns, or help contact us at
`native-client-discuss@googlegroups.com
<https://groups.google.com/forum/#!forum/native-client-discuss>`_.
« no previous file with comments | « native_client_sdk/doc_generated/io2014.html ('k') | native_client_sdk/src/doc/cds2014/python.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698