Skip to content

Commit 46da34e

Browse files
committed
fix spell check
1 parent 2e87282 commit 46da34e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/emmylua_code_analysis/src/diagnostic/test/assign_type_mismatch_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ return t
950950
}
951951

952952
#[test]
953-
fn test_tabe_field_type_mismatch() {
953+
fn test_table_field_type_mismatch() {
954954
let mut ws = VirtualWorkspace::new();
955955
assert!(!ws.check_code_for(
956956
DiagnosticCode::AssignTypeMismatch,

0 commit comments

Comments
 (0)