Index: lib/discovery.dart |
diff --git a/lib/discovery.dart b/lib/discovery.dart |
index a399395cb74e673be5d23f8500c727d9cc4db453..8e42af79d78fe213b9ec5d1f4ae9d034e99eb0d0 100644 |
--- a/lib/discovery.dart |
+++ b/lib/discovery.dart |
@@ -179,7 +179,7 @@ Packages findPackagesFromFile(Uri fileBaseUri) { |
/// script. |
/// The [nonFileUri] should not be a `file:` URI since the algorithm for |
/// finding a package resolution strategy is more elaborate for `file:` URIs. |
-/// In that case, use [findPackagesFile]. |
+/// In that case, use [findPackagesFromFile]. |
/// |
/// This function first tries to locate a `.packages` file in the [nonFileUri] |
/// directory. If that is not found, it instead assumes a `packages/` directory |