Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pq committed Jan 6, 2019
1 parent 1cfe3f3 commit 9162ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/crawl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Future<List<String>> _fetchSdkTags() {
return false;
}

// Filter on botton.
// Filter on bottom.
try {
var version = Version.parse(t);
return version.compareTo(bottomDartSdk) >= 0;
Expand Down

0 comments on commit 9162ab0

Please sign in to comment.