We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbb66b commit a211540Copy full SHA for a211540
FilestackSDK/Public/Protocols/Uploadable.swift
@@ -10,7 +10,7 @@ import Foundation
10
11
/// The protocol any uploadables must conform to.
12
public protocol Uploadable {
13
- /// The fileName of this uploadable, or `nil` if unavailable.
+ /// The filename of this uploadable, or `nil` if unavailable.
14
var filename: String? { get }
15
/// The size of this uploadable in bytes, or `nil` if unavailable.
16
var size: UInt64? { get }
0 commit comments