Skip to content

Commit 2be0322

Browse files
Update Sources/SwiftDocC/Model/Rendering/Content/RenderBlockContent.swift
Co-authored-by: David Rönnqvist <[email protected]>
1 parent 7be0085 commit 2be0322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SwiftDocC/Model/Rendering/Content/RenderBlockContent.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ public enum RenderBlockContent: Equatable {
156156
self.character = character
157157
}
158158

159-
var line: Int
160-
var character: Int?
159+
public var line: Int
160+
public var character: Int?
161161
}
162162

163163
public struct LineAnnotation: Equatable, Codable {

0 commit comments

Comments
 (0)