diff options
| author | Laurențiu Nicola <lnicola@users.noreply.github.com> | 2024-11-04 08:39:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-04 08:39:50 +0000 |
| commit | 0cd3fb2da96852ed66b8b09a76c4651fbaa3dc07 (patch) | |
| tree | 8d82b972b956f7f3f77943e65cb093d9e272a08b /src/tools | |
| parent | 43c20c21e319c8e432b4ccfd42ed2b9cfff7e524 (diff) | |
| parent | 9f4e71940f9d0c5fe8378555ed357bb10657d572 (diff) | |
| download | rust-0cd3fb2da96852ed66b8b09a76c4651fbaa3dc07.tar.gz rust-0cd3fb2da96852ed66b8b09a76c4651fbaa3dc07.zip | |
Merge pull request #18472 from lnicola/reinterpret-function-casing
minor: Fix feature name casing
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/rust-analyzer/crates/ide/src/interpret.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/ide/src/interpret.rs b/src/tools/rust-analyzer/crates/ide/src/interpret.rs index 5abe572a778..5fa6f4e4842 100644 --- a/src/tools/rust-analyzer/crates/ide/src/interpret.rs +++ b/src/tools/rust-analyzer/crates/ide/src/interpret.rs @@ -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 |
