We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769f24f commit 5d9bc7aCopy full SHA for 5d9bc7a
JetNews/app/src/main/java/com/example/jetnews/ui/article/ArticleScreen.kt
@@ -73,7 +73,7 @@ import kotlinx.coroutines.runBlocking
73
* @param showNavigationIcon (state) if the navigation icon should be shown
74
* @param onBack (event) request navigate back
75
* @param isFavorite (state) is this item currently a favorite
76
- * @param onToggleFavorite (event) request that this post toggle it\'s favorite state
+ * @param onToggleFavorite (event) request that this post toggle its favorite state
77
* @param lazyListState (state) the [LazyListState] for the article content
78
*/
79
@OptIn(ExperimentalMaterial3Api::class)
0 commit comments