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

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

Issue 2856123003: Fix some bad documentation links. (Closed)
Patch Set: Created 3 years, 8 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 | « sdk/lib/core/symbol.dart ('k') | sdk/lib/developer/timeline.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/uri.dart
diff --git a/sdk/lib/core/uri.dart b/sdk/lib/core/uri.dart
index c1213e98617d5dee8fa354511436474243e8eb6c..dbda00a3ed0155bbe1dc2a2b171ce873ca9ea0c9 100644
--- a/sdk/lib/core/uri.dart
+++ b/sdk/lib/core/uri.dart
@@ -283,7 +283,7 @@ abstract class Uri {
* that name is looked up using [Encoding.getByName],
* and if the lookup returns an encoding, that encoding is used to convert
* [content] to bytes.
- * If providing both an [encoding] and a charset [parameter], they should
+ * If providing both an [encoding] and a charset in [parameters], they should
* agree, otherwise decoding won't be able to use the charset parameter
* to determine the encoding.
*
« no previous file with comments | « sdk/lib/core/symbol.dart ('k') | sdk/lib/developer/timeline.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698