From 89b884bee52defc668f3bfaef5a0bd88880074ac Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Tue, 3 Dec 2024 14:47:15 +0100 Subject: [PATCH] fix a comment --- modules/nats/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nats/options.go b/modules/nats/options.go index 5b4abee9c2..60abd10056 100644 --- a/modules/nats/options.go +++ b/modules/nats/options.go @@ -51,7 +51,7 @@ func WithArgument(flag string, value string) CmdOption { } } -// WithConfigFile pass io.Reader to the NATS container as /etc/nats.conf +// WithConfigFile pass a content of io.Reader to the NATS container as /etc/nats.conf // Changing the connectivity (listen address or ports) can break the container setup. func WithConfigFile(config io.Reader) testcontainers.CustomizeRequestOption { return func(req *testcontainers.GenericContainerRequest) error {