Skip to content

Commit

Permalink
Fix typo in zone documentation.
Browse files Browse the repository at this point in the history
Closes #38848
#38848

GitOrigin-RevId: 646ee01
Change-Id: I76ca2106011fdc43c7ab0b1da0a2162e68d79243
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/121413
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
  • Loading branch information
markegli authored and kevmoo committed Oct 12, 2019
1 parent 1e3cbd4 commit 545a06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/lib/async/zone.dart
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ abstract class ZoneDelegate {
* an existing zone likely created using [Zone.fork].
*
* Developers can create a new zone that overrides some of the functionality of
* an existing zone. For example, custom zones can replace of modify the
* an existing zone. For example, custom zones can replace or modify the
* behavior of `print`, timers, microtasks or how uncaught errors are handled.
*
* The [Zone] class is not subclassable, but users can provide custom zones by
Expand Down

2 comments on commit 545a06b

@kevmoo
Copy link
Member

@kevmoo kevmoo commented on 545a06b Oct 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lrhn – realized this should be fixed in the nndb fork, too – right?

@lrhn
Copy link
Member

@lrhn lrhn commented on 545a06b Oct 14, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should, yes. I'm currently porting the async libraries, so I'll just do it manually (if you can get this CL past commit-bots without the change).

Please sign in to comment.