Skip to content

Commit d253efa

Browse files
skymCommit Bot
skym
authored and
Commit Bot
committed
Fix typo in TaskScheduler Migration doc.
BUG= Review-Url: https://codereview.chromium.org/2948623003 Cr-Commit-Position: refs/heads/master@{#480960}
1 parent 4179815 commit d253efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/task_scheduler_migration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Replace methods that used to
4444
```
4545
and make them use
4646
```cpp
47-
base::ThreadsRestrictions::AssertIOAllowed();
47+
base::ThreadRestrictions::AssertIOAllowed();
4848
```
4949

5050
The TaskScheduler API intentionally doesn't provide a

0 commit comments

Comments
 (0)