Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Oct 30, 2024
1 parent 1dd28a6 commit f749c9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ internal static class TestsHelper
/// Returns either <see cref="SqsRequestContextHelper.AddAttributes"/> or <see cref="SnsRequestContextHelper.AddAttributes"/>
/// depending on <paramref name="serviceType"/>.
/// <para />
/// This is meant to mimic thee logic in <see cref="AWSPropagatorPipelineHandler.AddRequestSpecificInformation"/>.
/// This is meant to mimic these logic in <see cref="AWSPropagatorPipelineHandler.AddRequestSpecificInformation"/>.
/// </summary>
internal static Action<IRequestContext, IReadOnlyDictionary<string, string>>? CreateAddAttributesAction(string serviceType, IRequestContext context)
{
Expand Down

0 comments on commit f749c9c

Please sign in to comment.