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.
2 parents 37b35c2 + 1a86570 commit 7a38783Copy full SHA for 7a38783
ObjectiveGit/GTIndex.h
@@ -107,8 +107,8 @@ NS_ASSUME_NONNULL_BEGIN
107
/// Returns a new GTIndexEntry, or nil if an error occurred.
108
- (nullable GTIndexEntry *)entryAtIndex:(NSUInteger)index;
109
110
-/// Get the entry with the given path.
111
-- (GTIndexEntry *)entryWithPath:(NSString *)path;
+/// Get the entry with the given path, or nil if an error occurred.
+- (nullable GTIndexEntry *)entryWithPath:(NSString *)path;
112
113
/// Get the entry with the given name.
114
///
0 commit comments