Skip to content

Commit

Permalink
Fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mildm8nnered committed Jun 29, 2024
1 parent 4cc5dad commit 79c9df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/SwiftLintCore/Models/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ public struct Version: VersionComparable {
/// The string value for this version.
public let value: String

/// An alias for `value` required for protocol conformance.
public var rawValue: String {
value
}
Expand Down

0 comments on commit 79c9df6

Please sign in to comment.