Skip to content

Commit cc63724

Browse files
committed
Use 'https:' not 'http:' in example
1 parent eafc45f commit cc63724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

design/mvp/Explainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,12 +879,12 @@ an *externally-defined* specification of what an import "wants" or what an
879879
export has "implemented". One example is a URL naming a standard interface such
880880
as `wasi:filesystem` (assuming that WASI registered the `wasi:` URI scheme with
881881
IANA). Pre-standard, non-standard or proprietary interfaces could be referred
882-
to by an `http:` URL in an interface registry. For imports, a URL could
882+
to by an `https:` URL in an interface registry. For imports, a URL could
883883
alternatively refer to a *particular implementation* (e.g., at a hosted storage
884884
location) or a *query* for a *set of possible implementations* (e.g., using the
885885
query API of a public registry). Because of the wide variety of hosts executing
886886
components, the Component Model doesn't specify how URLs are to be interpreted,
887-
just that they are grammatically URLs. Even `http:` URLs may or may not be
887+
just that they are grammatically URLs. Even `https:` URLs may or may not be
888888
literally fetched by the host (c.f. [import maps]).
889889

890890
When present, `URL`s must *also* be unique (*in addition* the abovementioned

0 commit comments

Comments
 (0)