Skip to content

Commit 545a06b

Browse files
markeglikevmoo
authored andcommitted
Fix typo in zone documentation.
Closes #38848 #38848 GitOrigin-RevId: 646ee01 Change-Id: I76ca2106011fdc43c7ab0b1da0a2162e68d79243 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/121413 Reviewed-by: Kevin Moore <[email protected]> Commit-Queue: Kevin Moore <[email protected]>
1 parent 1e3cbd4 commit 545a06b

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)