Skip to content

Commit 0d9501c

Browse files
Fixed typo
1 parent b0274fe commit 0d9501c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ bool connecttohost(url)
9696
bool connecttohost(url, offset)
9797
```
9898
```c++
99-
bool connecttohost(url, user, pwd
99+
bool connecttohost(url, user, pwd)
100100
```
101101
```c++
102102
bool connecttohost(url, user, pwd, offset)

0 commit comments

Comments
 (0)