File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Infrastructure/Topic Graph Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
This source file is part of the Swift.org open source project
3
3
4
- Copyright (c) 2021 Apple Inc. and the Swift project authors
4
+ Copyright (c) 2021-2022 Apple Inc. and the Swift project authors
5
5
Licensed under Apache License v2.0 with Runtime Library Exception
6
6
7
7
See https://swift.org/LICENSE.txt for license information
@@ -203,7 +203,7 @@ extension AutomaticCuration {
203
203
case . `typealias`: return " Type Aliases "
204
204
case . `var`: return " Variables "
205
205
case . module: return " Modules "
206
- case . unknown : return " Symbols "
206
+ default : return " Symbols "
207
207
}
208
208
}
209
209
Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ public struct DocumentationNode {
457
457
case . `var`: return . globalVariable
458
458
459
459
case . module: return . module
460
- case . unknown : return . unknown
460
+ default : return . unknown
461
461
}
462
462
}
463
463
You can’t perform that action at this time.
0 commit comments