Skip to content

Commit 0b6e274

Browse files
author
Federico Fissore
committed
Bridge.ino example: comment fixed
1 parent 947951d commit 0b6e274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Bridge/examples/Bridge/Bridge.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#include <YunServer.h>
2727
#include <YunClient.h>
2828

29-
// Listen on default port 5555, the webserver on the Yún
30-
// will forward there all the HTTP requests for us.
29+
// Listen to the default port 5555, the Yún webserver
30+
// will forward there all the HTTP requests you send
3131
YunServer server;
3232

3333
void setup() {

0 commit comments

Comments
 (0)