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.