codelab-kotlin-coroutines
codelab-kotlin-coroutines copied to clipboard
Typo in Step 3
trafficstars
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.