From 8a6613257b5224ef2db772c6afba15190bf306dd Mon Sep 17 00:00:00 2001 From: Michel Bats Date: Fri, 15 Dec 2023 18:52:56 +0100 Subject: [PATCH] Fixed a typo --- examples/erase/erase.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/erase/erase.ino b/examples/erase/erase.ino index 0c650c3..df8671e 100644 --- a/examples/erase/erase.ino +++ b/examples/erase/erase.ino @@ -23,7 +23,7 @@ void setup() // Loop through the 100 positions of the ER1400 for (i = 0; i < 100; i++) { - // Erease the information on position i + // Erase the information on position i er1400.eraseData(i); } }