android-persistence icon indicating copy to clipboard operation
android-persistence copied to clipboard

Wrong code snippet in Step 1

Open petersommerhoff opened this issue 7 years ago • 0 comments

The code snippet for fetchData() contains the call mDb.userModel().loadAllUsers() instead of mDb.userModel().findUsersYoungerThan(35) as in the provided project.

That makes the sentence about an "impostor" in the sentence that follows confusing because you'd expect to have all ages there.

petersommerhoff avatar May 22 '18 08:05 petersommerhoff