Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Testcontainers/Builders/IContainerBuilder`2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ public interface IContainerBuilder<out TBuilderEntity, out TContainerEntity> : I
/// Cleans up the container after it exits.
/// </summary>
/// <remarks>
/// It is recommended to rely on the Resource Reaper to clean up resources: https://dotnet.testcontainers.org/api/resource-reaper/.
/// It is recommended to rely on the Resource Reaper to clean up resources: https://dotnet.testcontainers.org/api/resource_reaper/.
/// </remarks>
/// <param name="autoRemove">Determines whether Docker removes the container after it exits or not.</param>
/// <returns>A configured instance of <typeparamref name="TBuilderEntity" />.</returns>
Expand Down