We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3cbd4 commit 545a06bCopy full SHA for 545a06b
sdk/lib/async/zone.dart
@@ -229,7 +229,7 @@ abstract class ZoneDelegate {
229
* an existing zone likely created using [Zone.fork].
230
*
231
* Developers can create a new zone that overrides some of the functionality of
232
- * an existing zone. For example, custom zones can replace of modify the
+ * an existing zone. For example, custom zones can replace or modify the
233
* behavior of `print`, timers, microtasks or how uncaught errors are handled.
234
235
* The [Zone] class is not subclassable, but users can provide custom zones by
0 commit comments