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
ci
tests
mod-resolver/skip-files-issue-5065
source
target

@ -87,7 +87,7 @@ function check_diff() {
)
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
else
echo "$diff"

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

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

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