android / codelab-kotlin-coroutines

Kotlin Coroutines codelab
Apache License 2.0
552 stars 268 forks source link

Typo in Step 3 #138

Open stevenshapiro opened 3 years ago

stevenshapiro commented 3 years ago

Extraneous 'we' in 'which we will be implemented later':

A Repository is a bridge between a ViewModel and the data

In addition to being the bridge, a repository can be accessed by any ViewModel that wants to use its logic. It can also combine the logic from multiple data sources, which we will be implemented later.