Skip to content

Commit e01e964

Browse files
committed
Review feedback from @xwu
1 parent 6c992d9 commit e01e964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Diffing.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ extension CollectionDifference {
5454
}
5555

5656
// Error type allows the use of throw to unroll state on application failure
57-
fileprivate enum _ApplicationError : Error { case failed }
57+
private enum _ApplicationError : Error { case failed }
5858

5959
extension RangeReplaceableCollection {
6060
/// Applies the given difference to this collection.

0 commit comments

Comments
 (0)