diff --git a/packages/datadog_flutter_plugin/lib/src/tracing/baggage_helpers.dart b/packages/datadog_flutter_plugin/lib/src/tracing/baggage_helpers.dart index 16e3f84a0..197931181 100644 --- a/packages/datadog_flutter_plugin/lib/src/tracing/baggage_helpers.dart +++ b/packages/datadog_flutter_plugin/lib/src/tracing/baggage_helpers.dart @@ -120,7 +120,7 @@ Map _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 entries,