We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20dd7c8 + d8b758d commit 646ee01Copy full SHA for 646ee01
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