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

Unified Diff: sdk/lib/io/http.dart

Issue 2905013003: fix doc comments in dart:io and collection types (Closed)
Patch Set: Created 3 years, 7 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/io/http.dart
diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart
index 7099a952be0cb578e93204bb0d283a793e3066e8..9e4e6a6b24c8bd698f1f3408fab48c629e2a4bbd 100644
--- a/sdk/lib/io/http.dart
+++ b/sdk/lib/io/http.dart
@@ -1367,7 +1367,7 @@ abstract class HttpClient {
* The `Host` header for the request will be set to the value
* [Uri.host]:[Uri.port] from [url]. This can be overridden through the
* [HttpClientRequest] interface before the request is sent. NOTE
- * if [host] is an IP address this will still be set in the `Host`
+ * if [Uri.host] is an IP address this will still be set in the `Host`
* header.
*
* For additional information on the sequence of events during an

Powered by Google App Engine
This is Rietveld 408576698