From 1654fdb7e790c6366bd729fc608e20c882dc9ff4 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Thu, 11 Sep 2025 03:04:10 +0200 Subject: [PATCH] explanation(scale): fix comment --- src/Phylomemy/TemporalMatching.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Phylomemy/TemporalMatching.hs b/src/Phylomemy/TemporalMatching.hs index ea8cb21..2528e5c 100644 --- a/src/Phylomemy/TemporalMatching.hs +++ b/src/Phylomemy/TemporalMatching.hs @@ -283,8 +283,8 @@ type Scale = Int -- > 0 -- returns the successive results of calling `mstSplit` on the given `MaximalSpanningTree`s in @(msf)@ -- until each one of them is a single node. -- Even though the greatest `Scale`s may be different for each `MaximalSpanningTree` of @(msf)@, --- the result are grouped by `Scale` then by `MaximalSpanningTree`, --- which enabled to have a maximal `Scale` for the whole `msf`. +-- the results are grouped by `Scale` then by `MaximalSpanningTree`, +-- which enables to have a maximal `Scale` for the whole `msf`. mstScales :: forall range cluster. Ord range => -- 2.49.0