codelab-kotlin-coroutines icon indicating copy to clipboard operation
codelab-kotlin-coroutines copied to clipboard

Typo in Step 3

Open stevenshapiro opened this issue 4 years ago • 0 comments
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.

stevenshapiro avatar May 19 '21 03:05 stevenshapiro