From 2e23da7a4e1309da68209e27de4c1f7e15a13e8e Mon Sep 17 00:00:00 2001 From: SAY-5 Date: Wed, 15 Apr 2026 10:07:14 -0700 Subject: [PATCH] fix(tracing): correct 'occured' -> 'occurred' in _constructBaggageHeader doc Doc comment on _constructBaggageHeader in packages/datadog_flutter_plugin/lib/src/tracing/baggage_helpers.dart read 'has already occured through ...'. Doc-only Dart change inside a /// comment. --- .../datadog_flutter_plugin/lib/src/tracing/baggage_helpers.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,