Skip to content

Commit ed8a1b2

Browse files
committed
README whitespace fixes
1 parent 7d067a4 commit ed8a1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ reuse connections][curl_keepalive] made with that handle.
161161

162162
### Progress callback
163163

164-
Two wrapper functions are provided to setup the progress callback for uploads/downloads.
164+
Two wrapper functions are provided to setup the progress callback for uploads/downloads.
165165

166166
Calling `conn->SetFileProgressCallback(callback)` with a callback parameter matching the prototype `int progress_callback(void *clientp, double dltotal, double dlnow, double ultotal, double ulnow)` will setup the progress callback.
167167

0 commit comments

Comments
 (0)