Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iMatkovic authored and freak4pc committed Jul 10, 2019
1 parent d20871c commit de081db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxCocoa/iOS/UICollectionView+Rx.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extension Reactive where Base: UICollectionView {
- parameter cellIdentifier: Identifier used to dequeue cells.
- parameter source: Observable sequence of items.
- parameter configureCell: Transform between sequence elements and view cells.
- parameter cellType: Type of table view cell.
- parameter cellType: Type of collection view cell.
- returns: Disposable object that can be used to unbind.
Example
Expand Down

0 comments on commit de081db

Please sign in to comment.