Skip to content

Commit 576c454

Browse files
committed
Added comment
1 parent 5dc3b01 commit 576c454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99

1010
struct MoviesListViewModelClosures {
11-
// Note: if you would need to edit movie inside Details screen and update this screen with updated movie then you would just need this closure (commented):
11+
// Note: if you would need to edit movie inside Details screen and update this Movies List screen with updated movie then you would just need this closure (commented):
1212
// showMovieDetails: (Movie, @escaping (_ updated: Movie) -> Void) -> Void
1313
let showMovieDetails: (Movie) -> Void
1414
let showMovieQueriesSuggestions: (@escaping (_ didSelect: MovieQuery) -> Void) -> Void

0 commit comments

Comments
 (0)