From f64ca2e084eecaae2f6bb0e2f73c862c3d15fb50 Mon Sep 17 00:00:00 2001 From: Sagar Date: Mon, 19 Jul 2021 16:08:40 +0530 Subject: [PATCH] Fixed typo in comments. (#5407) A typographical error is corrected in the 2nd line of the comment. From = " This is un example howto use Touch Intrrerupts " To = " This is an example of how to use Touch Intrrerupts " --- .../ESP32/examples/Touch/TouchInterrupt/TouchInterrupt.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ESP32/examples/Touch/TouchInterrupt/TouchInterrupt.ino b/libraries/ESP32/examples/Touch/TouchInterrupt/TouchInterrupt.ino index 8f40382c..20bee460 100644 --- a/libraries/ESP32/examples/Touch/TouchInterrupt/TouchInterrupt.ino +++ b/libraries/ESP32/examples/Touch/TouchInterrupt/TouchInterrupt.ino @@ -1,5 +1,5 @@ /* -This is un example howto use Touch Intrrerupts +This is an example how to use Touch Intrrerupts The bigger the threshold, the more sensible is the touch */