Skip to content

Commit

Permalink
📝 :: [#1316] 오탈자
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Oct 28, 2024
1 parent 3b9fb30 commit 0fb8a69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ final class DummyKaraokeFactory: KaraokeFactory {
}

final class DummyArtistDetailFactory: ArtistDetailFactory {
func makeViewController(artistID: String) -> UIViewController {
func makeView(artistID: String) -> UIViewController {
UIViewController()
}
}

0 comments on commit 0fb8a69

Please sign in to comment.