We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7c7db commit 12898bfCopy full SHA for 12898bf
1 file changed
cores/arduino/zephyrPrint.cpp
@@ -84,7 +84,7 @@ size_t print_number_base_pow2(void *ctx, unsigned long long ull, unsigned bits)
84
85
/*
86
* This is the default implementation.
87
- * It will be overridden by subclassese.
+ * It will be overridden by subclasses.
88
*/
89
size_t arduino::Print::write(const uint8_t *buffer, size_t size) {
90
size_t i;
0 commit comments