Index: sdk/lib/_internal/pub/lib/src/io.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/io.dart b/sdk/lib/_internal/pub/lib/src/io.dart |
index 09cbea8bb81f010c6c47235ae150c07b3e462fdf..d02335049e1a97d741af77fcd9985a90ae138b3b 100644 |
--- a/sdk/lib/_internal/pub/lib/src/io.dart |
+++ b/sdk/lib/_internal/pub/lib/src/io.dart |
@@ -380,7 +380,7 @@ void createPackageSymlink(String name, String target, String symlink, |
/// source repository. |
bool get runningFromSdk => Platform.script.path.endsWith('.snapshot'); |
-/// Resolves [target] relative to the path to pub's `resource` directory. |
+/// Resolves [target] relative to the path to pub's `asset` directory. |
String assetPath(String target) { |
if (runningFromSdk) { |
return path.join( |