Skip to content

Commit

Permalink
Typo correction
Browse files Browse the repository at this point in the history
Change Receiver_ to receiver_ to match the initialization from constructor

Change-Id: Ibe26bcc9333c9b8bac7a9e687ca5814d9453ca95
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1782967
Reviewed-by: Ian Clelland <iclelland@chromium.org>
Commit-Queue: Charlie Hu <chenleihu@google.com>
Cr-Commit-Position: refs/heads/master@{#703876}
  • Loading branch information
Charlie Hu authored and Commit Bot committed Oct 8, 2019
1 parent 76cef01 commit d4c0fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mojo_and_services.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class PingResponderImpl : example::mojom::PingResponder {
}
private:
mojo::Receiver<example::mojom::PingResponder> Receiver_;
mojo::Receiver<example::mojom::PingResponder> receiver_;
DISALLOW_COPY_AND_ASSIGN(PingResponderImpl);
};
Expand Down

0 comments on commit d4c0fe8

Please sign in to comment.