Commit 029c9346 by Carlos Martín Nieto

Merge pull request #3740 from Qix-/patch-1

Add missing ')' to callbacks documentation
parents a2d3d2d3 fc15befd
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment