Skip to content

Commit 91e80c5

Browse files
authored
Merge pull request #635 from slavikus/git-notes-target-oid-fix
-[GTNote target] -> -[GTNote targetOID]
2 parents 90f3d41 + 1e6d4a1 commit 91e80c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjectiveGit/GTNote.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ NS_ASSUME_NONNULL_BEGIN
4848
/// Content of the note.
4949
@property (nonatomic, readonly, strong) NSString *note;
5050

51-
@property (nonatomic, readonly, strong) GTObject *target;
51+
@property (nonatomic, readonly, strong) GTOID *targetOID;
5252

5353
/// The underlying `git_note` object.
5454
- (git_note *)git_note __attribute__((objc_returns_inner_pointer));

0 commit comments

Comments
 (0)