File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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// /
You can’t perform that action at this time.
0 commit comments