Skip to content

Commit c30da14

Browse files
committed
Cleanup: comments.
1 parent 99ed583 commit c30da14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/DiffableTextKit/Models/Changes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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.
1515
public struct Changes {
1616
public typealias Change<S: Scheme> = (content: String, range: Range<Layout<S>.Index>)
1717

Sources/DiffableTextKit/Models/Field.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
1717
public struct Field<Scheme: DiffableTextKit.Scheme> {
1818
public typealias Layout = DiffableTextKit.Layout<Scheme>
1919
public typealias Position = DiffableTextKit.Position<Scheme>

0 commit comments

Comments
 (0)