Skip to content

Commit 9481efd

Browse files
authored
Update movie-list.html
1 parent 54ba932 commit 9481efd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

entries/movie-list.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h1>Movie List</h1>
9292
const movies = [
9393
{
9494
title: "The Warriors",
95-
rating: 10,
95+
rating: 9.5,
9696
notes: "My orignal favourite movie of all time. From time to time, I change my opinion on if this is still my favourite movie of all time from time to time, but is always in the discussion.",
9797
},
9898
{
@@ -315,7 +315,7 @@ <h1>Movie List</h1>
315315
},
316316
{
317317
title: "Your Name.",
318-
rating: 10,
318+
rating: 9.5,
319319
},
320320
{
321321
title: "Requiem for a Dream",
@@ -1134,7 +1134,7 @@ <h1>Movie List</h1>
11341134
},
11351135
{
11361136
title: "5 Centimeters per Second",
1137-
rating: 10
1137+
rating: 9
11381138
},
11391139
{
11401140
title: "The Invisible Man (2020)",

0 commit comments

Comments
 (0)