Skip to content

Commit

Permalink
Update the code-snippets in the documentation (#1577)
Browse files Browse the repository at this point in the history
Co-authored-by: polly-updater-bot[bot] <138034000+polly-updater-bot[bot]@users.noreply.github.com>
  • Loading branch information
polly-updater-bot[bot] authored Sep 8, 2023
1 parent 09bad51 commit 6999e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resilience-pipeline-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ var options = new ResiliencePipelineRegistryOptions<string>
{
BuilderComparer = StringComparer.OrdinalIgnoreCase,
PipelineComparer = StringComparer.OrdinalIgnoreCase,
BuilderFactory = () => new ResiliencePipelineBuilder()
BuilderFactory = () => new ResiliencePipelineBuilder
{
InstanceName = "lets change the defaults",
Name = "lets change the defaults",
Expand Down

0 comments on commit 6999e7c

Please sign in to comment.