Skip to content

Commit

Permalink
Align - in doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Nov 11, 2015
1 parent 98af73b commit 66339b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ObjectiveGit/GTRepository.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ extern NSString * const GTRepositoryInitOptionsOriginURLString;
/// Move HEAD reference safely, since deleting and recreating HEAD is always wrong.
///
/// reference - The new target reference for HEAD.
/// error - If not NULL, set to any error that occurs.
/// error - If not NULL, set to any error that occurs.
///
/// Returns NO if an error occurs.
- (BOOL)moveHEADToReference:(GTReference *)reference error:(NSError **)error;
Expand Down

0 comments on commit 66339b5

Please sign in to comment.