Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Map<String, String> _deconstructBaggageHeader(
}

/// This assumes validation of the baggage properties and values has already
/// occured through [_deconstructBaggageHeader] and new members have been
/// occurred through [_deconstructBaggageHeader] and new members have been
/// properly encoded with [_encodeBaggageValue].
String _constructBaggageHeader(
Map<String, String> entries,
Expand Down