android/codelab-android-room-with-a-view

Typo in What is the DAO?

KeraLinn opened this issue · 0 comments

Under Implement the DAO, the instructions are "Create a new class file called WordDao, but the following code has it as public interface WordDao. Instructions should instead read something like:

  1. Create a new class interface file called WordDao.