Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: influxdata/flux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 02d46f7133eb5d71db4f29f8f63ecc23166b859c
Choose a base ref
..
head repository: influxdata/flux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 63d4ecaf192330c7652cd137accb6a7d1adb192d
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 docs/SPEC.md
4 changes: 2 additions & 2 deletions docs/SPEC.md
Original file line number Diff line number Diff line change
@@ -1455,12 +1455,12 @@ A new version of the module must be published.
### Module registry

A modules is hosted and stored on a registry.
A module path is unique to the the registry that hosts the module.
A module path is unique to the registry that hosts the module.
Module paths need not be unique across different registries.

#### Registry attribute

The `registry` attribute defines the available registries and must preceed a package clause.
The `registry` attribute defines the available registries and must precede a package clause.
The registry attribute expects two arguments, the first is the name of the registry and the second is the `$base` URL of the registry API endpoint.
See the [Registry API](#registry-api) for more details.