Skip to content

Commit 7289391

Browse files
hanghugecalebcartwright
authored andcommitted
chore: fix some typos
Signed-off-by: hanghuge <[email protected]>
1 parent a848e28 commit 7289391

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/check_diff.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function check_diff() {
8787
)
8888

8989
if [ -z "$diff" ]; then
90-
echo "no diff detected between rustfmt and the feture branch"
90+
echo "no diff detected between rustfmt and the feature branch"
9191
return 0
9292
else
9393
echo "$diff"

tests/mod-resolver/skip-files-issue-5065/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ mod one;
66
fn main() {println!("Hello, world!");
77
}
88

9-
// trailing commet
9+
// trailing comment

tests/source/no_arg_with_commnet.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
fn foo( /* cooment */
1+
fn foo( /* comment */
22
) {}

tests/target/no_arg_with_commnet.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fn foo(/* cooment */) {}
1+
fn foo(/* comment */) {}

0 commit comments

Comments
 (0)