Skip to content

Commit 98af73b

Browse files
committed
Align - in doc comments
1 parent 9a65ad9 commit 98af73b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ObjectiveGit/GTRepository.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ extern NSString * const GTRepositoryInitOptionsOriginURLString;
280280
/// Move HEAD reference safely, since deleting and recreating HEAD is always wrong.
281281
///
282282
/// commit - The commit which HEAD should point to.
283-
/// error - If not NULL, set to any error that occurs.
283+
/// error - If not NULL, set to any error that occurs.
284284
///
285285
/// Returns NO if an error occurs.
286286
- (BOOL)moveHEADToCommit:(GTCommit *)commit error:(NSError **)error;
@@ -302,7 +302,7 @@ extern NSString * const GTRepositoryInitOptionsOriginURLString;
302302
/// Get branches with names sharing a given prefix.
303303
///
304304
/// prefix - The prefix to use for filtering. Must not be nil.
305-
/// error - If not NULL, set to any error that occurs.
305+
/// error - If not NULL, set to any error that occurs.
306306
///
307307
/// Returns an array of GTBranches or nil if an error occurs.
308308
- (nullable NSArray<GTBranch *> *)branchesWithPrefix:(NSString *)prefix error:(NSError **)error;

0 commit comments

Comments
 (0)