Skip to content

Commit 0cd3fb2

Browse files
authored
Merge pull request rust-lang#18472 from lnicola/reinterpret-function-casing
minor: Fix feature name casing
2 parents 43c20c2 + 9f4e719 commit 0cd3fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/ide/src/interpret.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::time::{Duration, Instant};
44
use stdx::format_to;
55
use syntax::{algo::ancestors_at_offset, ast, AstNode, TextRange};
66

7-
// Feature: Interpret a function, static or const.
7+
// Feature: Interpret A Function, Static Or Const.
88
//
99
// |===
1010
// | Editor | Action Name

0 commit comments

Comments
 (0)