From 5646243c32616c4fc476d8d73cc6e87fd40d75fc Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Mon, 17 Jun 2024 11:48:33 -0700 Subject: [PATCH] Minor improvement to the 'documentedWhere' comment --- lib/src/model/package.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/model/package.dart b/lib/src/model/package.dart index de0fe839bd..fa39338da3 100644 --- a/lib/src/model/package.dart +++ b/lib/src/model/package.dart @@ -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;