| Index: runtime/bin/http.dart
|
| diff --git a/runtime/bin/http.dart b/runtime/bin/http.dart
|
| index c99424fb2de781910bc59741a9c89dfdb972f5c0..9061bee76cb68f901d360a2b13b150c44833641b 100644
|
| --- a/runtime/bin/http.dart
|
| +++ b/runtime/bin/http.dart
|
| @@ -271,7 +271,7 @@ interface HttpHeaders default _HttpHeaders {
|
|
|
| /**
|
| * Enumerate the headers applying the function [f] to each
|
| - * header. The header names in passed in [name] will be all lower
|
| + * header. The header names passed in [name] will be all lower
|
| * case.
|
| */
|
| void forEach(void f(String name, List<String> values));
|
|
|