Skip to content

Commit 646ee01

Browse files
authored
Merge d8b758d into 20dd7c8
2 parents 20dd7c8 + d8b758d commit 646ee01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/lib/async/zone.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ abstract class ZoneDelegate {
229229
* an existing zone likely created using [Zone.fork].
230230
*
231231
* 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
232+
* an existing zone. For example, custom zones can replace or modify the
233233
* behavior of `print`, timers, microtasks or how uncaught errors are handled.
234234
*
235235
* The [Zone] class is not subclassable, but users can provide custom zones by

0 commit comments

Comments
 (0)