Skip to content

Commit a7ef899

Browse files
Fix a typo
1 parent 2b0e85f commit a7ef899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Bluefruit52Lib/examples/Peripheral/adv_AdafruitColor/adv_AdafruitColor.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* AdafruitColor class from CircuitPython:
1515
* https://github.com/adafruit/Adafruit_CircuitPython_BLE/blob/master/adafruit_ble/advertising/adafruit.py
1616
* In other words, `ble.start_scan(AdafruitColor)` in CircuitPython will hear
17-
* an advertisement containging the color 0x0F0033 (violet) from this device.
17+
* an advertisement containing the color 0x0F0033 (violet) from this device.
1818
*/
1919

2020
#include <bluefruit.h>

0 commit comments

Comments
 (0)