Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw authored and ocharles committed Feb 25, 2018
1 parent 62a80a0 commit 770a4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/differences.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ things work in PostgreSQL, at the expense of being less idiomatic Haskell. As
PostgreSQL has overloaded functions, the aggregations are also overloaded
functions provided by type classes. For example, we have::

sum :: Expr Int16 -> Aggreagte Int64
sum :: Expr Int16 -> Aggregate Int64
sum :: Expr Int64 -> Aggregate Scientific
sum :: Expr Double -> Aggreagte Double
sum :: Expr Double -> Aggregate Double

Outer Joins
-----------
Expand Down

0 comments on commit 770a4fb

Please sign in to comment.