Skip to content

Commit 23d9981

Browse files
author
Jan Gassen
committed
Fixed typos
1 parent c897111 commit 23d9981

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ObjectiveGit/GTTree.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,21 @@ typedef NS_ENUM(NSInteger, GTTreeEnumerationOptions) {
5050
/// The underlying `git_object` as a `git_tree` object.
5151
- (git_tree *)git_tree __attribute__((objc_returns_inner_pointer));
5252

53-
/// Get a entry at the specified index
53+
/// Get an entry at the specified index
5454
///
5555
/// index - index to retreive entry from
5656
///
5757
/// returns a GTTreeEntry or nil if there is nothing at the index
5858
- (GTTreeEntry *)entryAtIndex:(NSUInteger)index;
5959

60-
/// Get a entry by name
60+
/// Get an entry by name
6161
///
6262
/// name - the name of the entry
6363
///
6464
/// returns a GTTreeEntry or nil if there is nothing with the specified name
6565
- (GTTreeEntry *)entryWithName:(NSString *)name;
6666

67-
/// Get a entry by path
67+
/// Get an entry by path
6868
///
6969
/// path - the path of the entry relative to the repository root
7070
///

0 commit comments

Comments
 (0)