Index: docs/task_scheduler_migration.md |
diff --git a/docs/task_scheduler_migration.md b/docs/task_scheduler_migration.md |
index 773f181080a054caab75bb2bf774ae3a8ef34f30..64c1b6b7ad2bce70aadddf0046d0035c33916430 100644 |
--- a/docs/task_scheduler_migration.md |
+++ b/docs/task_scheduler_migration.md |
@@ -44,7 +44,7 @@ Replace methods that used to |
``` |
and make them use |
```cpp |
- base::ThreadsRestrictions::AssertIOAllowed(); |
+ base::ThreadRestrictions::AssertIOAllowed(); |
``` |
The TaskScheduler API intentionally doesn't provide a |