Fix feature description inconsistency

This commit is contained in:
Brandon 2021-04-30 19:47:41 -07:00
parent 6b2b6c1b57
commit 43c79a35a8

View File

@ -1,4 +1,4 @@
// Feature: Format String Completion.
// Feature: Format String Completion
//
// `"Result {result} is {2 + 2}"` is expanded to the `"Result {} is {}", result, 2 + 2`.
//