]> Git — Sourcephile - literate-phylomemy.git/commitdiff
explanation(scale): fix comment main
authorJulien Moutinho <julm+literate-phylomemy@sourcephile.fr>
Thu, 11 Sep 2025 01:04:10 +0000 (03:04 +0200)
committerJulien Moutinho <julm+literate-phylomemy@sourcephile.fr>
Thu, 11 Sep 2025 01:04:10 +0000 (03:04 +0200)
src/Phylomemy/TemporalMatching.hs

index ea8cb216d2f98017fe210a4f0536b68275fb7e03..2528e5ccb6a48fae118800a8ea6be5f897569e45 100644 (file)
@@ -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 =>