diff --git a/src/Nix/Expr/Types.hs b/src/Nix/Expr/Types.hs index a9fe50f9c..2e9cb43c8 100644 --- a/src/Nix/Expr/Types.hs +++ b/src/Nix/Expr/Types.hs @@ -411,7 +411,7 @@ data NBinaryOp | NAnd -- ^ Logical and (&&) | NOr -- ^ Logical or (||) | NImpl -- ^ Logical implication (->) - | NUpdate -- ^ Joining two attribut sets (//) + | NUpdate -- ^ Joining two attribute sets (//) | NPlus -- ^ Addition (+) | NMinus -- ^ Subtraction (-) | NMult -- ^ Multiplication (*)