Skip to content

Commit 64ba3c7

Browse files
soulomoonAnton-Latukha
authored andcommitted
fix typo
polimophic -> polimorphic
1 parent d3d4356 commit 64ba3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nix/Expr/Types.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ $(makeTraversals ''NBinaryOp)
508508

509509
-- * data NExprF - Nix expressions, base functor
510510

511-
-- | The main Nix expression type. As it is polimophic, has a functor,
511+
-- | The main Nix expression type. As it is polimorphic, has a functor,
512512
-- which allows to traverse expressions and map functions over them.
513513
-- The actual 'NExpr' type is a fixed point of this functor, defined
514514
-- below.

0 commit comments

Comments
 (0)