Skip to content

Commit 2e8c118

Browse files
committed
fix: typos
1 parent 1e84042 commit 2e8c118

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ extend-exclude = ["src/core_editor/line_buffer.rs"]
66
iterm = "iterm"
77
# For testing completion of the word build
88
bui = "bui"
9+
# For testing partial completion
10+
ba = "ba"
911
# For testing string truncation
1012
descriptio = "descriptio"
1113
ot = "ot"

src/menu/columnar_menu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ mod tests {
829829

830830
test_cases:
831831
partial_completes_prefix_with_backtick: ("F", "`Foo ba"),
832-
partial_completes_case_insensitive: ("fo", "`Foo ba"),
832+
partial_completes_case_insensitive: ("foo", "`Foo ba"),
833833
}
834834

835835
struct FakeCompleter {

0 commit comments

Comments
 (0)