From ec1591cb193591b9544b52b98b8ce52833b34c58 Mon Sep 17 00:00:00 2001 From: Son Luong Ngoc Date: Mon, 5 Feb 2024 11:47:22 +0100 Subject: [PATCH] README: fix resolve_regexp doc (#1729) --- README.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.rst b/README.rst index f79a6c5ba..8b59bb346 100644 --- a/README.rst +++ b/README.rst @@ -975,12 +975,7 @@ The following directives are recognized: | Specifies an explicit mapping from an import regex to a label for | | `Dependency resolution`_. The format for a resolve directive is: | | | -| ``# gazelle:resolve source-lang import-lang import-string-regex label`` | -| | -| Specifies an explicit mapping from an import regex to a label for | -| `Dependency resolution`_. The format for a resolve directive is: | -| | -| ``# gazelle:resolve source-lang import-lang import-string-regex label`` | +| ``# gazelle:resolve_regexp source-lang import-lang import-string-regex label`` | | | | * ``source-lang`` is the language of the source code being imported. | | * ``import-lang`` is the language importing the library. This is usually |