0

Address a typo in callback documentation.

FYI: I am using this opportunity to test the submission flow on
Chrome/Gerrit & co :)

R=ossu@chromium.org

Bug: None
Change-Id: I6d5897a3e64160843d80b423f02c91d68430cb82
Reviewed-on: https://chromium-review.googlesource.com/1177718
Reviewed-by: Oskar Sundbom <ossu@chromium.org>
Commit-Queue: Armando Miraglia <armax@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583645}
This commit is contained in:
Armando Miraglia
2018-08-16 14:35:44 +00:00
committed by Commit Bot
parent aeacfe83e5
commit cce1eb41b0

@ -514,7 +514,7 @@ These functions, along with a set of internal templates, are responsible for
- Determining the number of parameters that are bound
- Creating the BindState storing the bound parameters
- Performing compile-time asserts to avoid error-prone behavior
- Returning an `Callback<>` with an arity matching the number of unbound
- Returning a `Callback<>` with an arity matching the number of unbound
parameters and that knows the correct refcounting semantics for the
target object if we are binding a method.