mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-30 11:46:58 +03:00
Fix spelling.
This commit is contained in:
parent
c8d18a7153
commit
e7b9f860a2
@ -138,7 +138,7 @@ SELECT ALL T0.family AS f0, SUM (T0.age) AS f1
|
||||
GROUP BY T0.family
|
||||
~~~~~
|
||||
|
||||
Restirct
|
||||
Restrict
|
||||
-----
|
||||
|
||||
~~~~~ {.haskell}
|
||||
@ -159,7 +159,7 @@ SELECT .. WHERE x AND y AND ...
|
||||
-- of SQL WHERE clause
|
||||
~~~~~
|
||||
|
||||
Restirct
|
||||
Restrict
|
||||
-----
|
||||
|
||||
~~~~~ {.haskell}
|
||||
|
Loading…
Reference in New Issue
Block a user