From 68d8d06f3c431835a29c68c337a744dad3e6758d Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 8 Jul 2019 14:36:34 -0700 Subject: [PATCH] typo --- src/kaleidoscope/MatrixAddr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kaleidoscope/MatrixAddr.h b/src/kaleidoscope/MatrixAddr.h index 61aa9951..b1a1872b 100644 --- a/src/kaleidoscope/MatrixAddr.h +++ b/src/kaleidoscope/MatrixAddr.h @@ -38,7 +38,7 @@ class MatrixAddr { static constexpr uint8_t invalid_state = 255; static_assert(rows * cols < 255, - "The number of rows and columns provided to instanciate \n" + "The number of rows and columns provided to instantiate \n" "MatrixAddr exceeds the supported total number \n" "of 255 keys");