Skip to content

Commit a89f14d

Browse files
authored
Merge pull request #58578 from jsoref/spelling-test-symbolgraph
Spelling test symbolgraph
2 parents dcea147 + 7bac130 commit a89f14d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/SymbolGraph/Relationships/DefaultImplementationOf/Indirect.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ extension Q {
1515

1616
// CHECK-DAG: "kind": "defaultImplementationOf",{{[[:space:]]*}}"source": "s:8Indirect1QPAAE3fooyyF",{{[[:space:]]*}}"target": "s:8Indirect1PP3fooyyF"
1717

18-
// Since foo is a default implementation of a requirment, we don't consider this to be a "member"
18+
// Since foo is a default implementation of a requirement, we don't consider this to be a "member"
1919
// CHECK-NOT: memberOf

test/SymbolGraph/Symbols/SkipsSPI.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ public class ClassShouldntAppear {}
2929
// This struct should appear
3030
public struct StructShouldAppear {
3131

32-
// This shouldn't appear beacause it is @_spi(OtherModule), despite `StructShouldAppear`.
32+
// This shouldn't appear because it is @_spi(OtherModule), despite `StructShouldAppear`.
3333
@_spi(OtherModule)
3434
public func functionShouldntAppear() {}
3535

36-
// This shouldn't appear beacause it is @_spi(OtherModule), despite `StructShouldAppear`.
36+
// This shouldn't appear because it is @_spi(OtherModule), despite `StructShouldAppear`.
3737
@_spi(OtherModule)
3838
public struct InnerStructShouldntAppear {}
3939
}

0 commit comments

Comments
 (0)