Skip to content

Commit 5477402

Browse files
committed
improved comments
1 parent 2960b6f commit 5477402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.idea/vcs.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/com/example/movieflix/domain/model/MovieResult.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ data class MovieResult(
1616
val releaseDate: String?=null,
1717
val title: String?=null,
1818
val voteAverage: Double?=null,
19-
): Parcelable // parcelable is used to send data across intents
19+
): Parcelable // parcelable is used to send data across activities

0 commit comments

Comments
 (0)