Skip to content

Commit

Permalink
fix: Use correct member signature in XML doc
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmeisterAn committed Jun 15, 2024
1 parent 08075b6 commit b1ad245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Testcontainers/Containers/ResourceReaper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private ResourceReaper(Guid sessionId, IDockerEndpointAuthenticationConfiguratio
/// Gets the default <see cref="ResourceReaper" /> session id.
/// </summary>
/// <remarks>
/// The default <see cref="ResourceReaper" /> will start either on <see cref="GetAndStartDefaultAsync(IDockerEndpointAuthenticationConfiguration, bool, CancellationToken)" />
/// The default <see cref="ResourceReaper" /> will start either on <see cref="GetAndStartDefaultAsync(IDockerEndpointAuthenticationConfiguration, ILogger, bool, CancellationToken)" />
/// or if a <see cref="IContainer" /> is configured with <see cref="IAbstractBuilder{TBuilderEntity, TContainerEntity, TCreateResourceEntity}.WithCleanUp" />.
/// </remarks>
[PublicAPI]
Expand Down

0 comments on commit b1ad245

Please sign in to comment.