Skip to content

Commit fa99f2e

Browse files
DougGregorktoso
andauthored
Update Sources/Java2SwiftLib/JavaTranslator.swift
Co-authored-by: Konrad `ktoso` Malawski <konrad.malawski@project13.pl>
1 parent 4439069 commit fa99f2e

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)