diff options
| author | mo8it <mo8it@proton.me> | 2024-08-17 14:55:58 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-17 14:55:58 +0200 |
| commit | 8016f5ca2db2d790c1046b2c57a1add3bcf9cf64 (patch) | |
| tree | 43d6e2f19daf8addf80c631036a207d730b4735f | |
| parent | 8ef2ff12576ca3c3db443ad99475db3e9d656ab1 (diff) | |
Remove unneeded comma
| -rw-r--r-- | exercises/00_intro/intro1.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/00_intro/intro1.rs b/exercises/00_intro/intro1.rs index 8bcaf68..172a6ab 100644 --- a/exercises/00_intro/intro1.rs +++ b/exercises/00_intro/intro1.rs @@ -1,4 +1,4 @@ -// TODO: We sometimes encourage you to keep trying things on a given exercise, +// TODO: We sometimes encourage you to keep trying things on a given exercise // even after you already figured it out. If you got everything working and feel // ready for the next exercise, enter `n` in the terminal. // |
