Skip to content

Commit

Permalink
add comma (#3345)
Browse files Browse the repository at this point in the history
  • Loading branch information
stealmh committed Sep 4, 2024
1 parent bb34f69 commit 3425878
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ navigation, and so it can be important to be aware of their differences when mod
let path: [Path] = [
.movie(/* ... */),
.actors(/* ... */),
.actor(/* ... */)
.actor(/* ... */),
.movies(/* ... */),
.movie(/* ... */),
]
Expand Down

0 comments on commit 3425878

Please sign in to comment.