summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 6688e3e..bce2593 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -58,7 +58,7 @@ enum Subcommands {
/// The name of the exercise
name: Option<String>,
},
- /// Commands for developing (third-party) Rustlings exercises
+ /// Commands for developing (community) Rustlings exercises
#[command(subcommand)]
Dev(DevCommands),
}