Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/src/docgen.rs')
-rw-r--r--xtask/src/docgen.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/docgen.rs b/xtask/src/docgen.rs
index 18c145d5..6658e876 100644
--- a/xtask/src/docgen.rs
+++ b/xtask/src/docgen.rs
@@ -59,7 +59,7 @@ pub fn lang_features() -> Result<String, DynError> {
.map(|t| t.long_title().to_string())
.collect::<Vec<_>>(),
);
- cols.push("Default LSP".to_owned());
+ cols.push("Default language servers".to_owned());
md.push_str(&md_table_heading(&cols));
let config = helpers::lang_config();