Skip to content

Commit c4daaf9

Browse files
authored
Clean up out-of-date comment on getSdkFilesToDocument (#2567)
1 parent ae8da9d commit c4daaf9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/src/model/package_builder.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ class PubPackageBuilder implements PackageBuilder {
127127
return _contextCollection;
128128
}
129129

130-
/// Return an Iterable with the sdk files we should parse.
131-
/// Filter can be String or RegExp (technically, anything valid for
132-
/// [String.contains])
130+
/// Returns an Iterable with the SDK files we should parse.
133131
Iterable<String> getSdkFilesToDocument() sync* {
134132
for (var sdkLib in sdk.sdkLibraries) {
135133
var source = sdk.mapDartUri(sdkLib.shortName);

0 commit comments

Comments
 (0)