From 2cecf5f28f4c199abd0cac456a82e092718aeaa5 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 29 Jul 2019 11:30:06 -0700 Subject: [PATCH] small spelling tweaks --- CHANGELOG.md | 2 +- lib/src/collect.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75532695..015311d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ ## 0.13.0 - 2019-07-10 - * BREAKING CHANGE: Skips collecting coverage for `dart:` libaries by default, + * BREAKING CHANGE: Skips collecting coverage for `dart:` libraries by default, which provides a significant performance boost. To restore the previous behaviour and collect coverage for these libraries, use the `--include-dart` flag. diff --git a/lib/src/collect.dart b/lib/src/collect.dart index e9877430..d0c005e0 100644 --- a/lib/src/collect.dart +++ b/lib/src/collect.dart @@ -21,7 +21,7 @@ const _retryInterval = Duration(milliseconds: 200); /// running Dart VM and must not be null. /// /// If [resume] is true, all isolates will be resumed once coverage collection -/// is complate. +/// is complete. /// /// If [waitPaused] is true, collection will not begin until all isolates are /// in the paused state.