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 ce183b5 commit 7695f70Copy full SHA for 7695f70
test/SymbolGraph/Symbols/SkipsSPI.swift
@@ -29,11 +29,11 @@ public class ClassShouldntAppear {}
29
// This struct should appear
30
public struct StructShouldAppear {
31
32
- // This shouldn't appear beacause it is @_spi(OtherModule), despite `StructShouldAppear`.
+ // This shouldn't appear because it is @_spi(OtherModule), despite `StructShouldAppear`.
33
@_spi(OtherModule)
34
public func functionShouldntAppear() {}
35
36
37
38
public struct InnerStructShouldntAppear {}
39
}
0 commit comments