mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 13:04:42 +00:00
Merge pull request #1731 from alindeman/patch-1
Small grammar fix in docs
This commit is contained in:
commit
4e05fa7db4
@ -208,7 +208,7 @@ GIT_EXTERN(git_filemode_t) git_tree_entry_filemode(const git_tree_entry *entry);
|
|||||||
GIT_EXTERN(int) git_tree_entry_cmp(const git_tree_entry *e1, const git_tree_entry *e2);
|
GIT_EXTERN(int) git_tree_entry_cmp(const git_tree_entry *e1, const git_tree_entry *e2);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Convert a tree entry to the git_object it points too.
|
* Convert a tree entry to the git_object it points to.
|
||||||
*
|
*
|
||||||
* You must call `git_object_free()` on the object when you are done with it.
|
* You must call `git_object_free()` on the object when you are done with it.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user