Skip to content

Commit 4721571

Browse files
committed
Fix a comment
1 parent 94596c4 commit 4721571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/model.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3805,8 +3805,8 @@ class Package extends Canonicalization with Nameable, Warnable {
38053805

38063806
/// Returns true if there's at least one library documented in the package
38073807
/// that has the same package path as the library for the given element.
3808-
/// Usable as a cross-check for dartdoc's canonicalization -- if we're
3809-
/// generating a link to something
3808+
/// Usable as a cross-check for dartdoc's canonicalization to generate
3809+
/// warnings for ModelElement.isPublicAndPackageDocumented.
38103810
Set<String> _allRootDirs;
38113811
bool packageDocumentedFor(ModelElement element) {
38123812
if (_allRootDirs == null) {

0 commit comments

Comments
 (0)