Skip to content

Commit

Permalink
chore: remove redundant words in comment
Browse files Browse the repository at this point in the history
Signed-off-by: linchizhen <[email protected]>
  • Loading branch information
linchizhen committed Dec 23, 2024
1 parent d93b745 commit 0f6b40e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion legacy/tools/witx-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pub fn main() {
if check {
let output = output.expect("output argument required in docs --check mode");
if diff_against_filesystem(&doc.to_md(), &output).is_err() {
println!("Docs in tree are out-of-date with witx files. Re-run this executable with the following arguments to to re-generate:");
println!("Docs in tree are out-of-date with witx files. Re-run this executable with the following arguments to re-generate:");
println!(
"> witx docs {} --output {}",
input
Expand Down
2 changes: 1 addition & 1 deletion wasip2/http/types.wit
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0f6b40e

Please sign in to comment.