Skip to content

Commit aebf9b0

Browse files
committed
hex: fix typo
1 parent ecee66d commit aebf9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hex/hex.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
namespace arduino { namespace hex {
1616
/*
1717
* This library contains the methods to hex encode a buffer into a String
18-
* and viceversa
18+
* and vice-versa
1919
*/
2020

2121
String encode(const uint8_t* in, uint32_t size);

0 commit comments

Comments
 (0)