Skip to content

Commit 5e30387

Browse files
author
Clément Le Provost
committed
Fix documentation
[ci skip]
1 parent 654be4c commit 5e30387

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Source/Client.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public func ==(lhs: LibraryVersion, rhs: LibraryVersion) -> Bool {
273273
/// Query multiple indexes with one API call.
274274
///
275275
/// - parameter queries: List of queries.
276-
/// - param strategy: The strategy to use.
276+
/// - parameter strategy: The strategy to use.
277277
/// - parameter completionHandler: Completion handler to be notified of the request's outcome.
278278
/// - returns: A cancellable operation.
279279
///
@@ -299,7 +299,7 @@ public func ==(lhs: LibraryVersion, rhs: LibraryVersion) -> Bool {
299299
/// Query multiple indexes with one API call.
300300
///
301301
/// - parameter queries: List of queries.
302-
/// - param strategy: The strategy to use.
302+
/// - parameter strategy: The strategy to use.
303303
/// - parameter completionHandler: Completion handler to be notified of the request's outcome.
304304
/// - returns: A cancellable operation.
305305
///

Source/Index.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ import Foundation
584584
/// This method is a variant of `Client.multipleQueries()` where the targeted index is always the receiver.
585585
///
586586
/// - parameter queries: The queries to run.
587-
/// - param strategy: The strategy to use.
587+
/// - parameter strategy: The strategy to use.
588588
/// - parameter completionHandler: Completion handler to be notified of the request's outcome.
589589
/// - returns: A cancellable operation.
590590
///

Source/Offline/MirroredIndex.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ import Foundation
721721
/// This method is the offline equivalent of `Index.multipleQueries()`.
722722
///
723723
/// - parameter queries: List of queries.
724-
/// - param strategy: The strategy to use.
724+
/// - parameter strategy: The strategy to use.
725725
/// - parameter completionHandler: Completion handler to be notified of the request's outcome.
726726
/// - returns: A cancellable operation.
727727
///

0 commit comments

Comments
 (0)