Skip to content

Commit

Permalink
Fixed misspellings (exercism#1462)
Browse files Browse the repository at this point in the history
* fixed misspelling

* fixed misspelling
  • Loading branch information
degradka authored Mar 2, 2022
1 parent ec447ef commit 4571738
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion exercises/concept/assembly-line/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This stub file contains items which aren't used yet; feel free to remove this module attribute
// This stub file contains items that aren't used yet; feel free to remove this module attribute
// to enable stricter warnings.
#![allow(unused)]

Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/csv-builder/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This stub file contains items which aren't used yet; feel free to remove this module attribute
// This stub file contains items that aren't used yet; feel free to remove this module attribute
// to enable stricter warnings.
#![allow(unused)]

Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/health-statistics/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This stub file contains items which aren't used yet; feel free to remove this module attribute
// This stub file contains items that aren't used yet; feel free to remove this module attribute
// to enable stricter warnings.
#![allow(unused)]

Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/low-power-embedded-game/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This stub file contains items which aren't used yet; feel free to remove this module attribute
// This stub file contains items that aren't used yet; feel free to remove this module attribute
// to enable stricter warnings.
#![allow(unused)]

Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/lucians-luscious-lasagna/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This stub file contains items which aren't used yet; feel free to remove this module attribute
// This stub file contains items that aren't used yet; feel free to remove this module attribute
// to enable stricter warnings.
#![allow(unused)]

Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/magazine-cutout/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This stub file contains items which aren't used yet; feel free to remove this module attribute
// This stub file contains items that aren't used yet; feel free to remove this module attribute
// to enable stricter warnings.
#![allow(unused)]

Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/role-playing-game/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This stub file contains items which aren't used yet; feel free to remove this module attribute
// This stub file contains items that aren't used yet; feel free to remove this module attribute
// to enable stricter warnings.
#![allow(unused)]

Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/semi-structured-logs/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This stub file contains items which aren't used yet; feel free to remove this module attribute
// This stub file contains items that aren't used yet; feel free to remove this module attribute
// to enable stricter warnings.
#![allow(unused)]

Expand Down

0 comments on commit 4571738

Please sign in to comment.