Skip to content

Commit 7744dd8

Browse files
authored
Correct typo
1 parent 5d669bb commit 7744dd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/Web_Jpg/Web_Fetch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bool getFile(String url, String filename) {
1919
std::unique_ptr<BearSSL::WiFiClientSecure>client(new BearSSL::WiFiClientSecure);
2020
client -> setInsecure();
2121
HTTPClient http;
22-
http.begin(*client, url)/
22+
http.begin(*client, url);
2323
#else
2424
HTTPClient http;
2525
// Configure server and url

0 commit comments

Comments
 (0)