Skip to content

Commit f7cc6b6

Browse files
committed
Fix typo in example sketch comments
1 parent 04af28b commit f7cc6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ConnectionHandlerDemo/ConnectionHandlerDemo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* If using a Portenta + Ethernet shield you'll need a EthernetConnectionHandler object as follows:
1919
*
2020
* DHCP mode
21-
* EthernetConnectionHandler conMan();
21+
* EthernetConnectionHandler conMan;
2222
*
2323
* Manual configuration
2424
* EthernetConnectionHandler conMan(SECRET_IP, SECRET_DNS, SECRET_GATEWAY, SECRET_NETMASK);

0 commit comments

Comments
 (0)