Skip to content

Commit 43c79a3

Browse files
author
Brandon
committed
Fix feature description inconsistency
1 parent 6b2b6c1 commit 43c79a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide_completion/src/completions/postfix/format_like.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Feature: Format String Completion.
1+
// Feature: Format String Completion
22
//
33
// `"Result {result} is {2 + 2}"` is expanded to the `"Result {} is {}", result, 2 + 2`.
44
//

0 commit comments

Comments
 (0)