File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 //=--------------------------------------=
Original file line number Diff line number Diff line change 88//=----------------------------------------------------------------------------=
99
1010//* ============================================================================*
11- // MARK: * Intent
11+ // MARK: * Momentum
1212//* ============================================================================*
1313
1414@usableFromInline struct Momentum {
You can’t perform that action at this time.
0 commit comments