Skip to content

Commit

Permalink
Change some wording in mojo README.
Browse files Browse the repository at this point in the history
Change-Id: I04ea915cd164a50d03f441c65b4a6b6c7f7cefe5
Reviewed-on: https://chromium-review.googlesource.com/764409
Commit-Queue: Eric Roman <eroman@chromium.org>
Reviewed-by: Ken Rockot <rockot@chromium.org>
Cr-Commit-Position: refs/heads/master@{#515720}
  • Loading branch information
Eric Roman authored and Commit Bot committed Nov 10, 2017
1 parent cf52d2b commit a13aa24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mojo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ C API.

## High-Level Bindings APIs
Typically developers do not use raw message pipe I/O directly, but instead
define some set of interfaces which are used to generate code that message pipe
usage feel like a more idiomatic method-calling interface in the target
language of choice. This is the bindings layer.
define some set of interfaces which are used to generate code that resembles
an idiomatic method-calling interface in the target language of choice. This is
the bindings layer.

### Mojom IDL and Bindings Generator
Interfaces are defined using the [**Mojom IDL**](/mojo/public/tools/bindings),
Expand Down

0 comments on commit a13aa24

Please sign in to comment.