diff --git a/imports.md b/imports.md index c5b7d1b..cc75897 100644 --- a/imports.md +++ b/imports.md @@ -767,7 +767,7 @@ Headers and Trailers.

A fields may be mutable or immutable. A fields created using the constructor, from-list, or clone will be mutable, but a fields resource given by other means (including, but not limited to, -incoming-request.headers, outgoing-request.headers) might be be +incoming-request.headers, outgoing-request.headers) might be immutable. In an immutable fields, the set, append, and delete operations will fail with header-error.immutable.

type headers

diff --git a/proxy.md b/proxy.md index be326b9..27eabb1 100644 --- a/proxy.md +++ b/proxy.md @@ -774,7 +774,7 @@ Headers and Trailers.

A fields may be mutable or immutable. A fields created using the constructor, from-list, or clone will be mutable, but a fields resource given by other means (including, but not limited to, -incoming-request.headers, outgoing-request.headers) might be be +incoming-request.headers, outgoing-request.headers) might be immutable. In an immutable fields, the set, append, and delete operations will fail with header-error.immutable.

type headers

diff --git a/wit/types.wit b/wit/types.wit index 2498f18..0bd34fc 100644 --- a/wit/types.wit +++ b/wit/types.wit @@ -170,7 +170,7 @@ interface types { /// A `fields` may be mutable or immutable. A `fields` created using the /// constructor, `from-list`, or `clone` will be mutable, but a `fields` /// resource given by other means (including, but not limited to, - /// `incoming-request.headers`, `outgoing-request.headers`) might be be + /// `incoming-request.headers`, `outgoing-request.headers`) might be /// immutable. In an immutable fields, the `set`, `append`, and `delete` /// operations will fail with `header-error.immutable`. @since(version = 0.2.0)