File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/DiffableTextKit/Models Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111// MARK: * Changes
1212//* ============================================================================*
1313
14- /// A snapshot and one continuous change not yet been applied to it.
14+ /// A snapshot and one continuous change not yet applied to it.
1515public struct Changes {
1616 public typealias Change < S: Scheme > = ( content: String , range: Range < Layout < S > . Index > )
1717
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import Foundation
1313// MARK: * Field
1414//*============================================================================*
1515
16- /// A model describing a snapshot's layout and the selection in it.
16+ /// A model describing a snapshot's layout and a selection in it.
1717public struct Field < Scheme: DiffableTextKit . Scheme > {
1818 public typealias Layout = DiffableTextKit . Layout < Scheme >
1919 public typealias Position = DiffableTextKit . Position < Scheme >
You can’t perform that action at this time.
0 commit comments