Skip to content

Commit 0db24a7

Browse files
authored
Merge pull request #344 from 432daiki/fix/readme-typo
Fix typo in the README.md
2 parents 8d4ef9a + 3ac2033 commit 0db24a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ dataSource.titleForHeaderInSection = { dataSource, index in
105105
return dataSource.sectionModels[index].header
106106
}
107107

108-
dataSource.titleForFooterInSection = { dataSource, indexPath in
108+
dataSource.titleForFooterInSection = { dataSource, index in
109109
return dataSource.sectionModels[index].footer
110110
}
111111

0 commit comments

Comments
 (0)