diff options
| author | Alexx Roche <github@alexx.net> | 2020-06-03 20:06:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-03 20:06:35 +0200 |
| commit | 5563adbb890587fc48fbbc9c4028642687f1e85b (patch) | |
| tree | 379963bfc4143096c798d5374a8a980e841fd418 /exercises | |
| parent | 524e17df10db95f7b90a0f75cc8997182a8a4094 (diff) | |
fix: fix quiz naming inconsistency (#421)
Inconsistent naming when compared with the other quiz files.
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/quiz3.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/quiz3.rs b/exercises/quiz3.rs index 30596b9..a0cd371 100644 --- a/exercises/quiz3.rs +++ b/exercises/quiz3.rs @@ -1,4 +1,4 @@ -// quiz.rs +// quiz3.rs // This is a quiz for the following sections: // - Tests |
