Merge pull request #371 from Synthetica9/patch-1

s/attribut /attribute /
This commit is contained in:
John Wiegley 2018-10-03 11:28:39 -07:00 committed by GitHub
commit 2f418b26aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 (*)