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

Unified Diff: mojo/public/cpp/README.md

Issue 847703006: Minor tweaks to API documentation and code comments. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Removing extra space. Created 5 years, 11 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
« no previous file with comments | « mojo/public/c/system/types.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/README.md
diff --git a/mojo/public/cpp/README.md b/mojo/public/cpp/README.md
index 8f03d984b9ab2a6b1e6e28f2027ef5cab8b0b485..4404c24ff66ff67f6d171e127b2a07b96ee3f9fa 100644
--- a/mojo/public/cpp/README.md
+++ b/mojo/public/cpp/README.md
@@ -8,7 +8,7 @@ subdirectories of the same name, under mojo/public/c/). Typically, these
wrappers provide increased convenience and/or type-safety.
Other subdirectories provide support (static) libraries of various sorts. In
-this case, the organization is to have the public interface for the library in
+this case, the organization is to have the public interface for the library
defined in header files in the subdirectory itself and the implementation of the
library at a lower level, under a lib (sub)subdirectory. A developer should be
able to substitute their own implementation of any such support library, and
« no previous file with comments | « mojo/public/c/system/types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698