From b1ad2459a163cc29423ea72df25950ee015c73aa Mon Sep 17 00:00:00 2001 From: Andre Hofmeister <9199345+HofmeisterAn@users.noreply.github.com> Date: Sat, 15 Jun 2024 19:41:11 +0200 Subject: [PATCH] fix: Use correct member signature in XML doc --- src/Testcontainers/Containers/ResourceReaper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Testcontainers/Containers/ResourceReaper.cs b/src/Testcontainers/Containers/ResourceReaper.cs index d758e865f..9fdc2f3a1 100644 --- a/src/Testcontainers/Containers/ResourceReaper.cs +++ b/src/Testcontainers/Containers/ResourceReaper.cs @@ -83,7 +83,7 @@ private ResourceReaper(Guid sessionId, IDockerEndpointAuthenticationConfiguratio /// Gets the default session id. /// /// - /// The default will start either on + /// The default will start either on /// or if a is configured with . /// [PublicAPI]