Skip to content

Commit 11571b8

Browse files
committed
spelling: work
Signed-off-by: Josh Soref <[email protected]>
1 parent e1f1203 commit 11571b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SourceKit/Diagnostics/diags.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func foo(y: String) {
1313
// We shouldn't build an AST for the syntactic open
1414
// CHECK: 0 {{.*}} source.statistic.num-ast-builds
1515

16-
// Retrieving diagnostics should workd
16+
// Retrieving diagnostics should work
1717
// CHECK: {
1818
// CHECK: key.diagnostics: [
1919
// CHECK: {
@@ -30,7 +30,7 @@ func foo(y: String) {
3030
// ... and we should have built an AST for it
3131
// CHECK: 1 {{.*}} source.statistic.num-ast-builds
3232

33-
// Retrieving diagnostics again should workd
33+
// Retrieving diagnostics again should work
3434
// CHECK: {
3535
// CHECK: key.diagnostics: [
3636
// CHECK: {

0 commit comments

Comments
 (0)