Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extension: Fix some wording around extension branch and version #523

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/extension.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down