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

Commit be54eab

Browse files
committed
chore: remove redundant word in comment
Signed-off-by: linchizhen <jiayanbing@yeah.net>
1 parent 3c1734c commit be54eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)