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 6c992d9 commit e01e964Copy full SHA for e01e964
stdlib/public/core/Diffing.swift
@@ -54,7 +54,7 @@ extension CollectionDifference {
54
}
55
56
// Error type allows the use of throw to unroll state on application failure
57
-fileprivate enum _ApplicationError : Error { case failed }
+private enum _ApplicationError : Error { case failed }
58
59
extension RangeReplaceableCollection {
60
/// Applies the given difference to this collection.
0 commit comments