diff options
| author | Josh Junon <Qix-@users.noreply.github.com> | 2016-04-12 21:50:18 -0700 |
|---|---|---|
| committer | Josh Junon <Qix-@users.noreply.github.com> | 2016-04-12 21:50:18 -0700 |
| commit | fc15befdcdd81339378430fd1fc06b7a2505248a (patch) | |
| tree | 7538992366343643f7f1b425c35751de908e6cb0 /include/git2/remote.h | |
| parent | a2d3d2d3ace896bfc094ac665c2827d11b9977b7 (diff) | |
| download | libgit2-fc15befdcdd81339378430fd1fc06b7a2505248a.tar.gz | |
Add missing ')' to callbacks documentation
Super minor, but it was bugging me.
There was a missing closing paren in the docs.
Diffstat (limited to 'include/git2/remote.h')
| -rw-r--r-- | include/git2/remote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h index c42d96710..4f345d30c 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -376,7 +376,7 @@ struct git_remote_callbacks { /** * Textual progress from the remote. Text send over the * progress side-band will be passed to this function (this is - * the 'counting objects' output. + * the 'counting objects' output). */ git_transport_message_cb sideband_progress; |
