Update comment in DataStoreProvider

Signed-off-by: Billy Brawner <billy@wbrawner.com>
This commit is contained in:
Billy Brawner 2019-10-15 19:59:04 -07:00
parent d9d2fadb35
commit ad2fb25e9d

View file

@ -9,7 +9,7 @@
import Foundation
/**
Wrapper for all types of data stores. Some are considered singletons, such as the UserDataStore, while others are created as needed
Wrapper for all types of data stores. Some are considered singletons, such as the AuthenticationDataStore, while others are created as needed
*/
class DataStoreProvider {
private let budgetRepository: BudgetRepository