Skip to content

Commit f544e05

Browse files
authored
Update README.md
1 parent f386407 commit f544e05

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
@@ -35,7 +35,7 @@ RxSwift helps alleviate some of the burden with a simple data binding mechanism:
3535

3636
```swift
3737
let data = Observable<[String]>.just(["first element", "second element", "third element"])
38-
38+
3939
data.bind(to: tableView.rx.items(cellIdentifier: "Cell")) { index, model, cell in
4040
cell.textLabel?.text = model
4141
}

0 commit comments

Comments
 (0)