Skip to content

Commit a211540

Browse files
author
Ruben Nine
committed
Minor doc update.
1 parent bbbb66b commit a211540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FilestackSDK/Public/Protocols/Uploadable.swift

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

1111
/// The protocol any uploadables must conform to.
1212
public protocol Uploadable {
13-
/// The fileName of this uploadable, or `nil` if unavailable.
13+
/// The filename of this uploadable, or `nil` if unavailable.
1414
var filename: String? { get }
1515
/// The size of this uploadable in bytes, or `nil` if unavailable.
1616
var size: UInt64? { get }

0 commit comments

Comments
 (0)