From 96a634774e9dce32459520a5dc949e2fa1189699 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Mon, 9 Sep 2024 13:36:41 +0530 Subject: [PATCH] extension: Fix some wording around extension branch and version --- docs/extension.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extension.rst b/docs/extension.rst index ca10d172..7f0e69ee 100644 --- a/docs/extension.rst +++ b/docs/extension.rst @@ -63,7 +63,7 @@ further below. - ``version`` is the branch to use when looking for the extension. This is useful to have parallel installations of the same extension in case - of an API/ABI break. This will be the ``branch`` used in the + of an API/ABI break. The value here will be the ``branch`` used in the extension manifest. If not specified it defaults to application or runtime branch of the @@ -366,7 +366,7 @@ is discussed below. ... - ``id`` must have the correct prefix of the extension point. -- ``branch`` refers to the extension version. +- ``branch`` must be the ``version`` declared in the extension point. - ``runtime`` should be the ID of the parent module where the extension point is defined. - ``runtime-version`` is the version of the runtime used by the