mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
docs: fixups
This commit is contained in:
@@ -39,7 +39,7 @@ GIT_EXTERN(int) git_repository_new(git_repository **out);
|
||||
* There's no need to call this function directly unless you're
|
||||
* trying to aggressively cleanup the repo before its
|
||||
* deallocation. `git_repository_free` already performs this operation
|
||||
* before deallocation the repo.
|
||||
* before deallocating the repo.
|
||||
*/
|
||||
GIT_EXTERN(void) git_repository__cleanup(git_repository *repo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user