Skip to content

Commit 2cc8f9c

Browse files
Fix typo in color update function documentation
1 parent f4c2375 commit 2cc8f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/BacklightRGB.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class BacklightRGB {
3535
inline uint8_t _setColor(uint8_t color);
3636

3737
/**
38-
* @brief Updates the curren color array with the specified red, green, and blue values.
38+
* @brief Updates the current color array with the specified red, green, and blue values.
3939
* @param red Red value (0 to 255)
4040
* @param green Green value (0 to 255)
4141
* @param blue Blue value (0 to 255)

0 commit comments

Comments
 (0)