Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/interpret.rs')
| -rw-r--r-- | crates/ide/src/interpret.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/interpret.rs b/crates/ide/src/interpret.rs index 5abe572a77..5fa6f4e484 100644 --- a/crates/ide/src/interpret.rs +++ b/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 |