Fix typo in changelog

Fixed typo
This commit is contained in:
Michael Thomsen 2015-09-09 15:18:24 +02:00
parent 18bb772cdd
commit bc4fdc3e3a

View file

@ -6,7 +6,7 @@
as all `allMatches` implementations are intended to be.
* `dart:io`
* `HttpClient` no longer sends URI fragments in the requeust. This is not
* `HttpClient` no longer sends URI fragments in the request. This is not
allowed by the HTTP protocol.
The `HttpServer` still gracefully receives fragments, but discards them
before delivering the request.