Skip to content

Commit 3c67ef3

Browse files
committed
Readability: Layout.
1 parent 7cdfaf2 commit 3c67ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/DiffableTextKit/Models/Layout.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ extension Layout {
234234
return position
235235
}
236236
//=--------------------------------------=
237-
// MARK: Return Layout Start Index
237+
// MARK: Return Instance Start Index
238238
//=--------------------------------------=
239-
return startIndex
239+
return self.startIndex
240240
}
241241

242242
//=--------------------------------------------------------------------=

0 commit comments

Comments
 (0)