We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f1203 commit 11571b8Copy full SHA for 11571b8
test/SourceKit/Diagnostics/diags.swift
@@ -13,7 +13,7 @@ func foo(y: String) {
13
// We shouldn't build an AST for the syntactic open
14
// CHECK: 0 {{.*}} source.statistic.num-ast-builds
15
16
-// Retrieving diagnostics should workd
+// Retrieving diagnostics should work
17
// CHECK: {
18
// CHECK: key.diagnostics: [
19
@@ -30,7 +30,7 @@ func foo(y: String) {
30
// ... and we should have built an AST for it
31
// CHECK: 1 {{.*}} source.statistic.num-ast-builds
32
33
-// Retrieving diagnostics again should workd
+// Retrieving diagnostics again should work
34
35
36
0 commit comments