mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Fix feature name casing
This commit is contained in:
parent
e44691a604
commit
881ef8bf13
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use std::time::{Duration, Instant};
|
|||
use stdx::format_to;
|
||||
use syntax::{algo::ancestors_at_offset, ast, AstNode, TextRange};
|
||||
|
||||
// Feature: Interpret a function, static or const.
|
||||
// Feature: Interpret A Function, Static Or Const.
|
||||
//
|
||||
// |===
|
||||
// | Editor | Action Name
|
||||
|
|
Loading…
Reference in a new issue