mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
docs_preprocessor: Update deprecated actions message (#39062)
Minor correction to label (string) used when generating big table of actions. Closes #ISSUE Release Notes: - N/A *or* Added/Fixed/Improved ...
This commit is contained in:
parent
f2efe78feb
commit
0da3f9ffda
1 changed files with 1 additions and 1 deletions
|
|
@ -473,7 +473,7 @@ fn generate_big_table_of_actions() -> String {
|
|||
output.push_str(action.name);
|
||||
output.push_str("</code><br>\n");
|
||||
if !action.deprecated_aliases.is_empty() {
|
||||
output.push_str("Deprecated Aliases:");
|
||||
output.push_str("Deprecated Alias(es): ");
|
||||
for alias in action.deprecated_aliases.iter() {
|
||||
output.push_str("<code>");
|
||||
output.push_str(alias);
|
||||
|
|
|
|||
Loading…
Reference in a new issue