chore: fix some typos

Signed-off-by: hanghuge <cmoman@outlook.com>
This commit is contained in:
hanghuge 2024-04-06 20:30:17 +08:00 committed by Caleb Cartwright
parent a848e28ff2
commit 728939191e
4 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@ function check_diff() {
) )
if [ -z "$diff" ]; then if [ -z "$diff" ]; then
echo "no diff detected between rustfmt and the feture branch" echo "no diff detected between rustfmt and the feature branch"
return 0 return 0
else else
echo "$diff" echo "$diff"

View File

@ -6,4 +6,4 @@ mod one;
fn main() {println!("Hello, world!"); fn main() {println!("Hello, world!");
} }
// trailing commet // trailing comment

View File

@ -1,2 +1,2 @@
fn foo( /* cooment */ fn foo( /* comment */
) {} ) {}

View File

@ -1 +1 @@
fn foo(/* cooment */) {} fn foo(/* comment */) {}