From dc766d4d2fa579b5056f9f6950611d1bc3431158 Mon Sep 17 00:00:00 2001 From: i80287 Date: Sun, 3 Nov 2024 23:05:09 +0300 Subject: [PATCH] fix typo in the transpose8() docs --- number_theory/bitmatrix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/number_theory/bitmatrix.hpp b/number_theory/bitmatrix.hpp index 054f10c..978ebbc 100644 --- a/number_theory/bitmatrix.hpp +++ b/number_theory/bitmatrix.hpp @@ -69,7 +69,7 @@ inline constexpr bool kIsMatrix64x64 = /// 0b00000000, /// } /// -/// If AgainstMinorDiagonal = false, M will become +/// If AgainstMinorDiagonal = true, M will become /// { /// 0b00000000, /// 0b00000000,