From 63b862908e6c52502fac0b00ee4eb8ebbef37d25 Mon Sep 17 00:00:00 2001 From: Dmitry Uchuvatov Date: Thu, 10 Apr 2025 15:16:13 +0200 Subject: [PATCH] Update sources.mdx (#36873) Highlighted the syntax example (//) next to the plain-text "A special double-slash syntax" for better visibility --- website/docs/language/modules/sources.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/modules/sources.mdx b/website/docs/language/modules/sources.mdx index 988c041b3c..7144fd7eca 100644 --- a/website/docs/language/modules/sources.mdx +++ b/website/docs/language/modules/sources.mdx @@ -461,7 +461,7 @@ When the source of a module is a version control repository or archive file (generically, a "package"), the module itself may be in a sub-directory relative to the root of the package. -A special double-slash syntax is interpreted by Terraform to indicate that +A special double-slash syntax `//` is interpreted by Terraform to indicate that the remaining path after that point is a sub-directory within the package. For example: