From dda3352ebdff4079ba463a2a2eee48922853c78b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Tue, 24 Sep 2024 13:44:40 +0200 Subject: [PATCH] fix: typo after wrong copy&paste --- modules/etcd/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/etcd/options.go b/modules/etcd/options.go index 1cfdd473e5..7ca7cefc72 100644 --- a/modules/etcd/options.go +++ b/modules/etcd/options.go @@ -28,7 +28,7 @@ func defaultOptions(req *testcontainers.ContainerRequest) options { // Compiler check to ensure that Option implements the testcontainers.ContainerCustomizer interface. var _ testcontainers.ContainerCustomizer = (Option)(nil) -// Option is an option for the Redpanda container. +// Option is an option for the Etcd container. type Option func(*options) // Customize is a NOOP. It's defined to satisfy the testcontainers.ContainerCustomizer interface.