Skip to content

Commit

Permalink
Minor improvement to the 'documentedWhere' comment (#3789)
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Jun 18, 2024
1 parent 39591df commit 818d1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/model/package.dart
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ class Package extends LibraryContainer
packageMeta == packageGraph.packageMeta ||
packageGraph.config.autoIncludeDependencies;

/// Returns the location of documentation for this package, for linkToRemote
/// and canonicalization decision making.
/// Returns the location of documentation for this package, for making
/// decisions regarding the 'linkToRemote' option and canonicalization.
late DocumentLocation documentedWhere = () {
if (isLocal && isPublic) {
return DocumentLocation.local;
Expand Down

0 comments on commit 818d1f5

Please sign in to comment.