Skip to content

Commit c500009

Browse files
committed
more typos
1 parent c337376 commit c500009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

references/Developer Guide to Logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Log.infonln("Device: " + String(deviceName) + ", ID: %d", deviceId);
8080
Log.warninln("Battery level: %d%%, Status: %s", batteryLevel, status.c_str());
8181
```
8282

83-
Do NOT use Arduino Strings directly for %s, but to use .c_str(), like in Serial.printf()
83+
Do NOT use Arduino Strings directly for %s, but use .c_str(), like in Serial.printf()
8484

8585
## General Guidance
8686

0 commit comments

Comments
 (0)