Skip to content

Commit 818d1f5

Browse files
authored
Minor improvement to the 'documentedWhere' comment (#3789)
1 parent 39591df commit 818d1f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/model/package.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ class Package extends LibraryContainer
164164
packageMeta == packageGraph.packageMeta ||
165165
packageGraph.config.autoIncludeDependencies;
166166

167-
/// Returns the location of documentation for this package, for linkToRemote
168-
/// and canonicalization decision making.
167+
/// Returns the location of documentation for this package, for making
168+
/// decisions regarding the 'linkToRemote' option and canonicalization.
169169
late DocumentLocation documentedWhere = () {
170170
if (isLocal && isPublic) {
171171
return DocumentLocation.local;

0 commit comments

Comments
 (0)