Skip to content

Commit

Permalink
Correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Jan 13, 2022
1 parent ef8d8af commit d91f0a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class KotlinSignatureProvider(ctcc: CommentsToContentConverter, logger: DokkaLog
link(f.name, f.dri, styles = mainStyles + TokenStyle.Function)

// for a function, opening and closing parentheses must be present
// anyway, even if it has on parameters, resulting in `fun test(): R`
// anyway, even if it has no parameters, resulting in `fun test(): R`
punctuation("(")
if (f.parameters.isNotEmpty()) {
parametersBlock(f) { param ->
Expand Down

0 comments on commit d91f0a3

Please sign in to comment.