Skip to content

Commit

Permalink
docs: fix code snippet for image substitution (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Nov 15, 2023
1 parent b55937c commit 1818971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/image_name_substitution.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ An image name substitutor converts a Docker image name, as may be specified in c
_Testcontainers for Go_ exposes an interface to perform this operations: `ImageSubstitutor`, and a No-operation implementation to be used as reference for custom implementations:

<!--codeinclude-->
[Image Substitutor Interface](../../generic.go) inside_block:imageSubstitutor
[Image Substitutor Interface](../../options.go) inside_block:imageSubstitutor
[Noop Image Substitutor](../../container_test.go) inside_block:noopImageSubstitutor
<!--/codeinclude-->

0 comments on commit 1818971

Please sign in to comment.