Skip to content

Commit 386ad1d

Browse files
committed
Documentation fix
1 parent 6e7b6c2 commit 386ad1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ObjectiveGit/GTRepository.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -228,15 +228,14 @@ typedef NS_ENUM(NSInteger, GTRepositoryStateType) {
228228
/// options - A dictionary consisting of the options:
229229
/// `GTRepositoryCloneOptionsTransportFlags`,
230230
/// `GTRepositoryCloneOptionsBare`,
231-
/// `GTRepositoryCloneCheckoutOptions`,
231+
/// `GTRepositoryCloneOptionsPerformCheckout`,
232+
/// `GTRepositoryCloneOptionsCheckoutOptions`,
232233
/// `GTRepositoryCloneOptionsCredentialProvider`,
233234
/// `GTRepositoryCloneOptionsCloneLocal`,
234235
/// `GTRepositoryCloneOptionsServerCertificateURL`
235236
/// error - A pointer to fill in case of trouble.
236237
/// transferProgressBlock - This block is called with network transfer updates.
237238
/// May be NULL.
238-
/// checkoutProgressBlock - This block is called with checkout updates
239-
/// (if `GTRepositoryCloneOptionsCheckout` is YES).
240239
/// May be NULL.
241240
///
242241
/// returns nil (and fills the error parameter) if an error occurred, or a GTRepository object if successful.

0 commit comments

Comments
 (0)