Merge pull request #18472 from lnicola/reinterpret-function-casing

minor: Fix feature name casing
This commit is contained in:
Laurențiu Nicola 2024-11-04 08:39:50 +00:00 committed by GitHub
commit 0cd3fb2da9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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