Skip to content

Commit

Permalink
Merge pull request #371 from Synthetica9/patch-1
Browse files Browse the repository at this point in the history
s/attribut /attribute /
  • Loading branch information
jwiegley authored Oct 3, 2018
2 parents ecc8443 + 2e330b4 commit 2f418b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nix/Expr/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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 (*)
Expand Down

0 comments on commit 2f418b2

Please sign in to comment.