Skip to content

Commit 610d9f3

Browse files
DevGrinchsamtstern
authored andcommitted
Fix wrong class referenced in doc. (#1597)
1 parent 1e86767 commit 610d9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ protected void onStop() {
202202
If you don't want to manually start/stop listening you can use
203203
[Android Architecture Components][arch-components] to automatically manage the lifecycle of the
204204
`FirebaseRecyclerAdapter`. Pass a `LifecycleOwner` to
205-
`FirebaseRecyclerAdapter.Builder#setLifecycleOwner(...)` and FirebaseUI will automatically
205+
`FirebaseRecyclerOptions.Builder#setLifecycleOwner(...)` and FirebaseUI will automatically
206206
start and stop listening in `onStart()` and `onStop()`.
207207

208208
### Data and error events

0 commit comments

Comments
 (0)