Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit ee6ab9a

Browse files
authored
Fix typo, scritps -> scripts (#20)
Found via `typos --hidden --format brief`
1 parent 2afe874 commit ee6ab9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/project.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ mod tests {
773773
true,
774774
(3, 8),
775775
)]
776-
#[case::project_scritps_collapse(
776+
#[case::project_scripts_collapse(
777777
indoc ! {r#"
778778
[project.scripts]
779779
c = 'd'

0 commit comments

Comments
 (0)