We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdfaf2 commit 3c67ef3Copy full SHA for 3c67ef3
Sources/DiffableTextKit/Models/Layout.swift
@@ -234,9 +234,9 @@ extension Layout {
234
return position
235
}
236
//=--------------------------------------=
237
- // MARK: Return Layout Start Index
+ // MARK: Return Instance Start Index
238
239
- return startIndex
+ return self.startIndex
240
241
242
//=--------------------------------------------------------------------=
0 commit comments