Skip to content

Commit f313aff

Browse files
committed
Fix some documentation comments.
1 parent a75d482 commit f313aff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Sources/Extensions/Device+ProductLines.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010

1111
public extension Device {
1212

13-
/// Product line of the model, currently supported only for the iPad.
13+
/// Product line of the model.
1414
var productLine: ProductLine? {
1515
switch family {
1616
case .pad:

Sources/Model/Lines.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public enum Lines {
5252
}
5353
}
5454

55+
/// A type that describes the specific iPhone line.
5556
public enum iPhone: ProductLine {
5657
/// - standard: A standard iPhone product.
5758
case standard

0 commit comments

Comments
 (0)