0

Remove duplicated word

Change-Id: Ie72f67d844c5da88f2d20561e1b72ad3decea0b1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5466801
Commit-Queue: Jack Hsieh <chengweih@chromium.org>
Reviewed-by: Alvin Ji <alvinji@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1289655}
This commit is contained in:
Jack Hsieh
2024-04-18 23:10:28 +00:00
committed by Chromium LUCI CQ
parent 30d21816fd
commit 6c96b72fce

@ -956,7 +956,7 @@ Sample workaround when inner task processing is needed:
```
Please be SURE your task is reentrant (nestable) and all global variables
are stable and accessible before before using
are stable and accessible before using
CurrentThread::ScopedAllowApplicationTasksInNativeNestedLoop.
## APIs for general use