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

Apache License 2.0
746 stars 490 forks source link

Typo in What is the DAO? #238

Open KeraLinn opened 1 year ago

KeraLinn commented 1 year ago

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.