Skip to content

Commit 7f334c0

Browse files
committed
Fix missing word in keywords.txt
Line 2 in keywords.txt file in the SPI and HID library directories have been modified as follows to ensure uniformity wrt the format in other libraries - In ArduinoCore-avr\libraries\SPI\keywords.txt Syntax Coloring Map SPI --> # Syntax Coloring Map For SPI In ArduinoCore-avr\libraries\HID\keywords.txt Syntax Coloring Map HID --> # Syntax Coloring Map For HID Fixes arduino/Arduino#10938
1 parent 60f0d0b commit 7f334c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: libraries/HID/keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#######################################
2-
# Syntax Coloring Map HID
2+
# Syntax Coloring Map For HID
33
#######################################
44

55
#######################################

Diff for: libraries/SPI/keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#######################################
2-
# Syntax Coloring Map SPI
2+
# Syntax Coloring Map For SPI
33
#######################################
44

55
#######################################

0 commit comments

Comments
 (0)