Update sources.mdx (#36873)

Highlighted the syntax example (//) next to the plain-text "A special double-slash syntax" for better visibility
This commit is contained in:
Dmitry Uchuvatov 2025-04-10 15:16:13 +02:00 committed by GitHub
parent 0fb145daa8
commit 63b862908e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: