From 091ccee0a10a7e3cdf3d7976b012526e704a54f9 Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Sat, 7 Dec 2024 17:21:16 +0000 Subject: [PATCH] Lint --- src/sims.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sims.cpp b/src/sims.cpp index abf4194bf..0b2a9af10 100644 --- a/src/sims.cpp +++ b/src/sims.cpp @@ -1348,7 +1348,7 @@ namespace libsemigroups { // doesn't construct a FroidurePin object for these). So, it seems to be // best to just search through the digraphs with [1, 57) nodes once. // - // TODO(2)(later) perhaps find minimal 2-sided congruences first (or try to) + // TODO(2) perhaps find minimal 2-sided congruences first (or try to) // and then run MinimalRepOrc for right congruences excluding all the // generating pairs from the minimal 2-sided congruences. Also with this // approach FroidurePin wouldn't be required in RepOrc. This might not work,