diff --git a/pkgs/http/lib/src/base_response.dart b/pkgs/http/lib/src/base_response.dart index 5a076d1f2e..39934ceea9 100644 --- a/pkgs/http/lib/src/base_response.dart +++ b/pkgs/http/lib/src/base_response.dart @@ -129,7 +129,7 @@ var _headerSplitter = RegExp(r'[ \t]*,[ \t]*'); /// would both be result in `response.headers` => "lang=en; Path=/foo/,SID=x23" /// /// The idea behind this regex is that `,=` is more likely to -/// start a new `` then be part of `` or +/// start a new `` than be part of `` or /// ``. /// /// See https://datatracker.ietf.org/doc/html/rfc6265#section-4.1.1