Skip to content

Commit 9e4ca69

Browse files
Missing semicolon
1 parent 8bda27b commit 9e4ca69

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
@@ -1280,7 +1280,7 @@ svr.listen("0.0.0.0", 8080);
12801280
import httplib;
12811281

12821282
using httplib::Client;
1283-
using httplib::Result
1283+
using httplib::Result;
12841284

12851285
Client cli("https://yhirose.github.io");
12861286

0 commit comments

Comments
 (0)