Skip to content

Commit

Permalink
Merge pull request #18472 from lnicola/reinterpret-function-casing
Browse files Browse the repository at this point in the history
minor: Fix feature name casing
  • Loading branch information
lnicola authored Nov 4, 2024
2 parents e44691a + 881ef8b commit a341d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ide/src/interpret.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a341d59

Please sign in to comment.