Skip to content

Commit d8bf6c2

Browse files
committed
Doc revision
1 parent f167004 commit d8bf6c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ObjectiveGit/GTRepository+Pull.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ typedef void (^GTRemoteFetchTransferProgressBlock)(const git_transfer_progress *
4141
/// will point to an error describing what happened).
4242
- (BOOL)pullBranch:(GTBranch *)branch fromRemote:(GTRemote *)remote withOptions:(nullable NSDictionary *)options error:(NSError **)error progress:(nullable GTRemoteFetchTransferProgressBlock)progressBlock;
4343

44-
/// Analyze which merge to perform
44+
/// Analyze which merge to perform.
4545
///
4646
/// analysis - The resulting analysis.
47-
/// fromBranch - The remote to pull from.
47+
/// fromBranch - The branch to merge from.
4848
/// error - The error if one occurred. Can be NULL.
4949
///
5050
/// Returns YES if the analysis was successful, NO otherwise (and `error`, if provided,

0 commit comments

Comments
 (0)