Skip to content

Commit 9dbf533

Browse files
committed
Cleanup: marks.
1 parent 2e903b7 commit 9dbf533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/DiffableTextKit/Context/Field+Selection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extension Field {
2020
@inlinable mutating func update(selection: Range<Position>, momentum: Bool) {
2121
let selection = indices(at: selection)
2222
//=--------------------------------------=
23-
// MARK: Parse Mementum As Intent
23+
// MARK: Parse Boolean As Momentum
2424
//=--------------------------------------=
2525
let momentum = momentum ? Momentum(self.selection, to: selection) : Momentum()
2626
//=--------------------------------------=

Sources/DiffableTextKit/Helpers/Momentum.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//=----------------------------------------------------------------------------=
99

1010
//*============================================================================*
11-
// MARK: * Intent
11+
// MARK: * Momentum
1212
//*============================================================================*
1313

1414
@usableFromInline struct Momentum {

0 commit comments

Comments
 (0)