Skip to content

Commit 5d9bc7a

Browse files
Update JetNews/app/src/main/java/com/example/jetnews/ui/article/ArticleScreen.kt
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 769f24f commit 5d9bc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JetNews/app/src/main/java/com/example/jetnews/ui/article/ArticleScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ import kotlinx.coroutines.runBlocking
7373
* @param showNavigationIcon (state) if the navigation icon should be shown
7474
* @param onBack (event) request navigate back
7575
* @param isFavorite (state) is this item currently a favorite
76-
* @param onToggleFavorite (event) request that this post toggle it\'s favorite state
76+
* @param onToggleFavorite (event) request that this post toggle its favorite state
7777
* @param lazyListState (state) the [LazyListState] for the article content
7878
*/
7979
@OptIn(ExperimentalMaterial3Api::class)

0 commit comments

Comments
 (0)