Skip to content

Commit

Permalink
Correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Feb 14, 2022
1 parent b0a5811 commit ac9b0a6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -691,7 +691,7 @@ open class DefaultPageCreator(
sourceSetTag[sourceSet]?.let { tag ->
customTagContentProviders.forEach { provider ->
with(provider) {
contentForDescription(sourceSet, tag)
contentForBrief(sourceSet, tag)
}
}
}
Expand Down

0 comments on commit ac9b0a6

Please sign in to comment.