Skip to content

Commit 1b17e57

Browse files
ploehtreeowl
authored andcommitted
Correct typo
1 parent 297d798 commit 1b17e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Tree.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ levels t =
299299
-- | Fold a tree into a "summary" value in depth-first order.
300300
--
301301
-- For each node in the tree, apply @f@ to the @rootLabel@ and the result
302-
-- of applying @f@ to each @subForent@.
302+
-- of applying @f@ to each @subForest@.
303303
--
304304
-- This is also known as the catamorphism on trees.
305305
--

0 commit comments

Comments
 (0)