We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2166c25 commit fedb0abCopy full SHA for fedb0ab
ObjectiveGit/GTIndexEntry.h
@@ -86,8 +86,8 @@ NS_ASSUME_NONNULL_BEGIN
86
87
@interface GTObject (GTIndexEntry)
88
89
-+ (nullable instancetype)objectWithIndexEntry:(GTIndexEntry *)treeEntry error:(NSError **)error;
90
-- (nullable instancetype)initWithIndexEntry:(GTIndexEntry *)treeEntry error:(NSError **)error;
++ (nullable instancetype)objectWithIndexEntry:(GTIndexEntry *)indexEntry error:(NSError **)error;
+- (nullable instancetype)initWithIndexEntry:(GTIndexEntry *)indexEntry error:(NSError **)error;
91
92
@end
93
0 commit comments