Skip to content

Commit

Permalink
Update pkgs/http_profile/lib/src/utils.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Anikate De <40452578+Anikate-De@users.noreply.github.com>
  • Loading branch information
brianquinlan and Anikate-De committed Aug 9, 2024
1 parent 95d9396 commit 3695311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/http_profile/lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const _tokenChars = r"!#$%&'*+\-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ^_`"
/// Splits comma-separated header values.
var _headerSplitter = RegExp(r'[ \t]*,[ \t]*');

/// Splits comma-seperated "Set-Cookie" header values.
/// Splits comma-separated "Set-Cookie" header values.
///
/// Set-Cookie strings can contain commas. In particular, the following
/// productions defined in RFC-6265, section 4.1.1:
Expand Down

0 comments on commit 3695311

Please sign in to comment.