Skip to content

Commit

Permalink
Improve doc comment
Browse files Browse the repository at this point in the history
Co-authored-by: Zelda Hessler <zhessler@amazon.com>
  • Loading branch information
jdisanti and Velfi authored Feb 21, 2023
1 parent 22af321 commit dc93f27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ object OldModuleSchemeClientModuleProvider : ModuleProvider {
visibility = Visibility.PUBLIC,
parent = symbol.module(),
inline = true,
documentation = "See [${symbol.name}](${symbol.module().fullyQualifiedPath()}::${symbol.name}).",
documentation = "See [`${symbol.name}`](${symbol.module().fullyQualifiedPath()}::${symbol.name}).",
)
}
}
Expand Down

0 comments on commit dc93f27

Please sign in to comment.