0

add backticks

Bug: None
Change-Id: If4634950d18a1ef69f04e781646f0193871a4aac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4665411
Commit-Queue: Arthur Milchior <arthurmilchior@chromium.org>
Reviewed-by: Colin Blundell <blundell@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1166359}
This commit is contained in:
Arthur Milchior
2023-07-06 07:59:03 +00:00
committed by Chromium LUCI CQ
parent af9574786b
commit cc277f0f9a

@ -17,7 +17,7 @@ different MessageLoops.
A callback with no unbound input parameters (`base::OnceCallback<void()>`) is
called a `base::OnceClosure`. The same pattern exists for
base::RepeatingCallback, as base::RepeatingClosure. Note that this is NOT the
base::RepeatingCallback, as `base::RepeatingClosure`. Note that this is NOT the
same as what other languages refer to as a closure -- it does not retain a
reference to its enclosing environment.