Index: third_party/mojo/src/mojo/public/cpp/README.md |
diff --git a/third_party/mojo/src/mojo/public/cpp/README.md b/third_party/mojo/src/mojo/public/cpp/README.md |
index 4404c24ff66ff67f6d171e127b2a07b96ee3f9fa..8f03d984b9ab2a6b1e6e28f2027ef5cab8b0b485 100644 |
--- a/third_party/mojo/src/mojo/public/cpp/README.md |
+++ b/third_party/mojo/src/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 |
+this case, the organization is to have the public interface for the library in |
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 |