Skip to content

Commit 01960a8

Browse files
committed
small comment tweak in example
1 parent 6cedd82 commit 01960a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/multiple_feeds/multiple_feeds.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ void handleLight(AdafruitIO_Data *data) {
133133
// you can also attach multiple feeds to the same
134134
// meesage handler function. both counter and counter-two
135135
// are attached to this callback function, and messages
136-
// will be received by this function.
136+
// for both will be received by this function.
137137
void handleCount(AdafruitIO_Data *data) {
138138

139139
Serial.print("received <- ");

0 commit comments

Comments
 (0)