We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11225b commit 6dc902dCopy full SHA for 6dc902d
crates/rust-project-goals-cli-llm/src/updates.rs
@@ -125,7 +125,7 @@ async fn prepare_goals(
125
let details_summary = match comments.len() {
126
0 => String::from("No detailed updates available."),
127
1 => String::from("1 detailed update available."),
128
- len => format!("{len} detailed updates availabled."),
+ len => format!("{len} detailed updates available."),
129
};
130
result.push(UpdatesGoal {
131
title: title.clone(),
0 commit comments