Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 3d2540f

Browse files
linchizhendicej
andauthored
chore: remove redundant word in comment (#140)
* chore: remove redundant word in comment Signed-off-by: linchizhen <jiayanbing@yeah.net> * regenerate markdown file Signed-off-by: Joel Dice <joel.dice@fermyon.com> * regenerate other markdown file Signed-off-by: Joel Dice <joel.dice@fermyon.com> --------- Signed-off-by: linchizhen <jiayanbing@yeah.net> Signed-off-by: Joel Dice <joel.dice@fermyon.com> Co-authored-by: Joel Dice <joel.dice@fermyon.com>
1 parent 3c1734c commit 3d2540f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

imports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ Headers and Trailers.</p>
767767
<p>A <a href="#fields"><code>fields</code></a> may be mutable or immutable. A <a href="#fields"><code>fields</code></a> created using the
768768
constructor, <code>from-list</code>, or <code>clone</code> will be mutable, but a <a href="#fields"><code>fields</code></a>
769769
resource given by other means (including, but not limited to,
770-
<code>incoming-request.headers</code>, <code>outgoing-request.headers</code>) might be be
770+
<code>incoming-request.headers</code>, <code>outgoing-request.headers</code>) might be
771771
immutable. In an immutable fields, the <code>set</code>, <code>append</code>, and <code>delete</code>
772772
operations will fail with <code>header-error.immutable</code>.</p>
773773
<h4><a id="headers"></a><code>type headers</code></h4>

proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ Headers and Trailers.</p>
774774
<p>A <a href="#fields"><code>fields</code></a> may be mutable or immutable. A <a href="#fields"><code>fields</code></a> created using the
775775
constructor, <code>from-list</code>, or <code>clone</code> will be mutable, but a <a href="#fields"><code>fields</code></a>
776776
resource given by other means (including, but not limited to,
777-
<code>incoming-request.headers</code>, <code>outgoing-request.headers</code>) might be be
777+
<code>incoming-request.headers</code>, <code>outgoing-request.headers</code>) might be
778778
immutable. In an immutable fields, the <code>set</code>, <code>append</code>, and <code>delete</code>
779779
operations will fail with <code>header-error.immutable</code>.</p>
780780
<h4><a id="headers"></a><code>type headers</code></h4>

wit/types.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ interface types {
170170
/// A `fields` may be mutable or immutable. A `fields` created using the
171171
/// constructor, `from-list`, or `clone` will be mutable, but a `fields`
172172
/// resource given by other means (including, but not limited to,
173-
/// `incoming-request.headers`, `outgoing-request.headers`) might be be
173+
/// `incoming-request.headers`, `outgoing-request.headers`) might be
174174
/// immutable. In an immutable fields, the `set`, `append`, and `delete`
175175
/// operations will fail with `header-error.immutable`.
176176
@since(version = 0.2.0)

0 commit comments

Comments
 (0)