Commit 8c3c53b6 authored by Eric Roman's avatar Eric Roman Committed by Commit Bot

Fix a typo in documentation.

Change-Id: Ibbde1b31fdeade51caf0cb70fefbe915bd7a9af6
Reviewed-on: https://chromium-review.googlesource.com/1169693
Commit-Queue: Eric Roman <eroman@chromium.org>
Reviewed-by: default avatarKen Rockot <rockot@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582376}
parent 1c9cf51b
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
// This is a helper utility to wrap a base::OnceCallback such that if the // This is a helper utility to wrap a base::OnceCallback such that if the
// callback is destructed before it has a chance to run (e.g. the callback is // callback is destructed before it has a chance to run (e.g. the callback is
// bound into a task and the task is dropped), it will be run the with // bound into a task and the task is dropped), it will be run with the
// default arguments passed into WrapCallbackWithDefaultInvokeIfNotRun. // default arguments passed into WrapCallbackWithDefaultInvokeIfNotRun.
// Alternatively, it will run the delete closure passed to // Alternatively, it will run the delete closure passed to
// WrapCallbackWithDropHandler. // WrapCallbackWithDropHandler.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment