Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
actors, dude
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-ciocirlan committed Apr 10, 2024
1 parent 404c62f commit 8f30bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-04-10-kotlin-flows.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ We want to be sure to distinguish the first name and the last name of an actor.
val henryCavill = Actor(Id(1), FirstName("Henry"), LastName("Cavill"))
val galGadot: Actor = Actor(Id(1), FirstName("Gal"), LastName("Gadot"))
val ezraMiller: Actor = Actor(Id(2), FirstName("Ezra"), LastName("Miller"))
val benFisher: Actor = Actor(Id(3), FirstName("Ben"), LastName("Fisher"))
val rayFisher: Actor = Actor(Id(3), FirstName("Ray"), LastName("Fisher"))
val benAffleck: Actor = Actor(Id(4), FirstName("Ben"), LastName("Affleck"))
val jasonMomoa: Actor = Actor(Id(5), FirstName("Jason"), LastName("Momoa"))

Expand Down

0 comments on commit 8f30bd3

Please sign in to comment.