Skip to content

Commit b99b845

Browse files
authored
Merge pull request #220 from markpatterson27/patch-1
Replace unicode left/right quotes with normal quotes
2 parents f3fa586 + 7afda15 commit b99b845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ WiFi.setHostname(hostname)
593593

594594
```
595595
596-
WiFi.setHostname(MyArduino);
596+
WiFi.setHostname("MyArduino");
597597
598598
// attempt to connect to Wifi network:
599599
while (status != WL_CONNECTED) {
@@ -2788,7 +2788,7 @@ server.status()
27882788
```
27892789
27902790
2791-
Serial.print(connection status: );
2791+
Serial.print("connection status: ");
27922792
Serial.println(client.status());
27932793
27942794

0 commit comments

Comments
 (0)