diff --git a/spec.bs b/spec.bs index 10a5af3..ad3954a 100644 --- a/spec.bs +++ b/spec.bs @@ -656,7 +656,7 @@ A [=constructor string parser=] has an associated The username and password components are always wildcard unless they are explicitly specified. -

If a hostname is specified and the port is not, the port is assumed to be the default port. If any port will match, authors can write `:*` explicitly. For example, "`https://*`" is any HTTPS origin on port 443, and "`https://*:*`" is any HTTPS origin on any port. +

If a hostname is specified and the port is not, the port is assumed to be the default port. If authors want to match any port, they have to write `:*` explicitly. For example, "`https://*`" is any HTTPS origin on port 443, and "`https://*:*`" is any HTTPS origin on any port.