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) {
50
50
// / The underlying `git_object` as a `git_tree` object.
51
51
- (git_tree *)git_tree __attribute__((objc_returns_inner_pointer));
52
52
53
- // / Get a entry at the specified index
53
+ // / Get an entry at the specified index
54
54
// /
55
55
// / index - index to retreive entry from
56
56
// /
57
57
// / returns a GTTreeEntry or nil if there is nothing at the index
58
58
- (GTTreeEntry *)entryAtIndex : (NSUInteger )index ;
59
59
60
- // / Get a entry by name
60
+ // / Get an entry by name
61
61
// /
62
62
// / name - the name of the entry
63
63
// /
64
64
// / returns a GTTreeEntry or nil if there is nothing with the specified name
65
65
- (GTTreeEntry *)entryWithName : (NSString *)name ;
66
66
67
- // / Get a entry by path
67
+ // / Get an entry by path
68
68
// /
69
69
// / path - the path of the entry relative to the repository root
70
70
// /
You can’t perform that action at this time.
0 commit comments