Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(601)

Unified Diff: sdk/lib/_internal/pub/lib/src/package.dart

Issue 26284002: Rename "install" -> "get" and "update" -> "upgrade". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/lib/_internal/pub/lib/src/package.dart
diff --git a/sdk/lib/_internal/pub/lib/src/package.dart b/sdk/lib/_internal/pub/lib/src/package.dart
index 89450213518eedf08a31fcc5d2fd4a301e3394a3..5e97516dfd6a79a3a9554cce7fb4d4b5fe56d6d5 100644
--- a/sdk/lib/_internal/pub/lib/src/package.dart
+++ b/sdk/lib/_internal/pub/lib/src/package.dart
@@ -91,7 +91,7 @@ class _PackageName {
final String source;
/// The metadata used by the package's [source] to identify and locate it. It
- /// contains whatever [Source]-specific data it needs to be able to install
+ /// contains whatever [Source]-specific data it needs to be able to get
/// the package. For example, the description of a git sourced package might
/// by the URL "git://github.com/dart/uilib.git".
final description;
@@ -130,7 +130,7 @@ class PackageRef extends _PackageName {
}
/// A reference to a specific version of a package. A package ID contains
-/// enough information to correctly install the package.
+/// enough information to correctly get the package.
///
/// Note that it's possible for multiple distinct package IDs to point to
/// different packages that have identical contents. For example, the same

Powered by Google App Engine
This is Rietveld 408576698