summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordyn Mackool <42153846+jordynmackool@users.noreply.github.com>2021-03-04 14:10:21 -0500
committerGitHub <noreply@github.com>2021-03-04 14:10:21 -0500
commit9f36fb7720876545a22ec30a19cdbd0ef5d4477c (patch)
treeb37d1fe5b7ea6b611e5920a41d4567f3fc105623
parentbac143612bcf016e06979d116e3559297e435e8a (diff)
downloadsdl_ios-9f36fb7720876545a22ec30a19cdbd0ef5d4477c.tar.gz
Update SmartDeviceLink/public/SDLFileManager.h
Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
-rw-r--r--SmartDeviceLink/public/SDLFileManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/public/SDLFileManager.h b/SmartDeviceLink/public/SDLFileManager.h
index 0206ef81a..315bd4597 100644
--- a/SmartDeviceLink/public/SDLFileManager.h
+++ b/SmartDeviceLink/public/SDLFileManager.h
@@ -145,7 +145,7 @@ typedef void (^SDLFileManagerStartupCompletionHandler)(BOOL success, NSError *__
- (void)uploadArtwork:(SDLArtwork *)artwork completionHandler:(nullable SDLFileManagerUploadArtworkCompletionHandler)completion NS_SWIFT_NAME(upload(artwork:completionHandler:));
/**
- * Uploads an array of artworks to the remote file system. The artworks will be uploaded in the order in which they are added to the array, with the first file to be uploaded at index 0. The upload queue is sequential, meaning that once an upload request is sent to Core, the queue waits until a response is received from Core before the next the next upload request is sent.
+ * Uploads an array of artworks to the remote file system. The artworks will be uploaded in the order in which they are added to the array, with the first file to be uploaded at index 0. The upload queue is sequential, meaning that once an upload request is sent to Core, the queue waits until a response is received from Core before the next upload request is sent.
*
* @param artworks An array of SDLArtworks to be sent
* @param completion An optional SDLFileManagerMultiUploadArtworkCompletionHandler