Skip to content

Commit 2329d8d

Browse files
committed
Update comment
1 parent 33b0175 commit 2329d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExampleMVVM/Presentation/MoviesScene/MoviesList/ViewModel/MoviesListItemViewModel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import Foundation
99

10-
// Note: This model does not contain any domain model to prevent Views accessing them
10+
// Note: This view model is to display data and does not contain any domain model to prevent views accessing it
1111

1212
struct MoviesListItemViewModel: Equatable {
1313
let title: String

0 commit comments

Comments
 (0)