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

Unified Diff: sdk/lib/core/object.dart

Issue 25666015: Fix remaining uses of Directory.systemTemp outside test scripts. (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
« no previous file with comments | « samples/sample_extension/test/sample_extension_test.dart ('k') | tests/standalone/io/file_fuzz_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/object.dart
diff --git a/sdk/lib/core/object.dart b/sdk/lib/core/object.dart
index 975a8a79b4bfd34c770f99c633d6ccb75e4fb1a0..7879e7ac53fe1e286bc685b78508d798086a6784 100644
--- a/sdk/lib/core/object.dart
+++ b/sdk/lib/core/object.dart
@@ -78,7 +78,7 @@ class Object {
external String toString();
/**
- * [noSuchMethod] is invoked when users invoke a non-existant method
+ * [noSuchMethod] is invoked when users invoke a non-existent method
* on an object. The name of the method and the arguments of the
* invocation are passed to [noSuchMethod] in an [Invocation].
* If [noSuchMethod] returns a value, that value becomes the result of
« no previous file with comments | « samples/sample_extension/test/sample_extension_test.dart ('k') | tests/standalone/io/file_fuzz_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698