commit | f652a9d0632eb42e47b98286dd61b840a045bf3c | [log] [tgz] |
---|---|---|
author | Francois Doray <[email protected]> | Tue Jul 06 13:07:52 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue Jul 06 13:07:52 2021 |
tree | 5accdfb5e28d8e9e301b92a58db8250e191fc8be | |
parent | 047f745592444894f1032c8e04693a18d5297f3b [diff] [blame] |
[documentation] Fix nit in threading_and_tasks.md. The text was referring to the wrong function name. Change-Id: I8f3d201890b0d0165f699fa85f73d07fdbc06ef8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3009074 Auto-Submit: François Doray <[email protected]> Commit-Queue: Etienne Pierre-Doray <[email protected]> Reviewed-by: Etienne Pierre-Doray <[email protected]> Cr-Commit-Position: refs/heads/master@{#898824}
diff --git a/docs/threading_and_tasks.md b/docs/threading_and_tasks.md index cd724674..c552860 100644 --- a/docs/threading_and_tasks.md +++ b/docs/threading_and_tasks.md
@@ -610,7 +610,7 @@ ``` Note: `WeakPtr` is not thread-safe: `GetWeakPtr()`, `~WeakPtrFactory()`, and -`Compute()` (bound to a `WeakPtr`) must all run on the same sequence. +`Store()` (bound to a `WeakPtr`) must all run on the same sequence. ### Using base::CancelableTaskTracker