Skip to content

Commit

Permalink
Fix typo in README.md (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelenskiy authored May 31, 2024
1 parent 6daa20d commit 4466f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class AwesomeServiceImpl(override val coroutineContext: CoroutineContext) : Awes
override suspend fun getNews(city: String): Flow<String> {
return flow {
emit("Today is 23 degrees!")
emit("Harry Potter in $city!")
emit("Harry Potter is in $city!")
emit("New dogs cafe has opened doors to all fluffy customers!")
}
}
Expand Down

0 comments on commit 4466f63

Please sign in to comment.