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 11/*
22 This source file is part of the Swift.org open source project
33
4- Copyright (c) 2021 Apple Inc. and the Swift project authors
4+ Copyright (c) 2021-2022 Apple Inc. and the Swift project authors
55 Licensed under Apache License v2.0 with Runtime Library Exception
66
77 See https://swift.org/LICENSE.txt for license information
@@ -203,7 +203,7 @@ extension AutomaticCuration {
203203 case . `typealias`: return " Type Aliases "
204204 case . `var`: return " Variables "
205205 case . module: return " Modules "
206- case . unknown : return " Symbols "
206+ default : return " Symbols "
207207 }
208208 }
209209
Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ public struct DocumentationNode {
457457 case . `var`: return . globalVariable
458458
459459 case . module: return . module
460- case . unknown : return . unknown
460+ default : return . unknown
461461 }
462462 }
463463
You can’t perform that action at this time.
0 commit comments