Skip to content

Commit

Permalink
change kdoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaroll committed Dec 20, 2024
1 parent 588fad5 commit 07d262e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ object ResourceMapper {
@Composable
fun getStringResourceOrCustom(key: String): String {
/**
* - If key is unchanged, return the R.string value
* - If key is unchanged, return the stringResource value
* - If key has changed (null), return user-set value
*/
val id = getStringResourceId(key)
Expand Down

0 comments on commit 07d262e

Please sign in to comment.