Skip to content

Commit 95045ff

Browse files
committed
Improve comment
1 parent 00a34b8 commit 95045ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Java2SwiftLib/JavaTranslator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ extension JavaTranslator {
444444
if !nativeMembers.isEmpty {
445445
let protocolDecl: DeclSyntax =
446446
"""
447-
/// Describes the Java `native` methods for \(raw: swiftTypeName).
447+
/// Describes the Java `native` methods for ``\(raw: swiftTypeName)``.
448448
///
449449
/// To implement all of the `native` methods for \(raw: swiftTypeName) in Swift,
450450
/// extend \(raw: swiftTypeName) to conform to this protocol and mark

0 commit comments

Comments
 (0)