Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mafredri committed Nov 8, 2024
1 parent 2b45d32 commit b60c3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/network/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func (n Headers) Map() (map[string]string, error) {
// return type seems to be string. The ResponseReceivedExtraInfoReply
// field CookiePartitionKeyOpaque tells us if it is a string, however
// it's not clear if an object can be returned. For now we will keep the
// struct just in case and unmarhsla into TopLevelSite.
// struct just in case and unmarshal into TopLevelSite.
//
// https://chromium.googlesource.com/chromium/src/+/refs/heads/main/net/cookies/cookie_partition_key.cc
// https://chromium.googlesource.com/chromium/src/+/refs/heads/main/net/cookies/cookie_partition_key.h
Expand Down

0 comments on commit b60c3e0

Please sign in to comment.