Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Nov 21, 2024
1 parent a0d5a02 commit 4168aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/resource/manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ResourceManager {
resource = resources[name];
} else {
final resourceNames = _resourceNamesWithoutRemotes[name] ?? [];
// If multiple name-without-remotes map to this resource name,
// If multiple ResourceNames map to this name-without-remotes,
// that means there are multiple remote resources with this same short name.
// Without any means to disambiguate, we should not select any.
if (resourceNames.length > 1) {
Expand Down

0 comments on commit 4168aa9

Please sign in to comment.