diff options
| author | krasimir <krasimir@chalmers.se> | 2017-02-01 14:59:35 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2017-02-01 14:59:35 +0000 |
| commit | 011d2a44b8f8cd509a10c191d7a1e349440479da (patch) | |
| tree | 58d33a8a5e7291610a63767a66648f576b9be57f /doc/tutorial/gf-tutorial.t2t | |
| parent | 1188cf0c3ec11bf1cab50a9619df5f78f32f4493 (diff) | |
typo in gf-tutorial: enougo->enough
Diffstat (limited to 'doc/tutorial/gf-tutorial.t2t')
| -rw-r--r-- | doc/tutorial/gf-tutorial.t2t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/gf-tutorial.t2t b/doc/tutorial/gf-tutorial.t2t index 15f2836e1..7231c9edb 100644 --- a/doc/tutorial/gf-tutorial.t2t +++ b/doc/tutorial/gf-tutorial.t2t @@ -4810,7 +4810,7 @@ instance Gf GQuestion where DTr [] (AC (CId "Prime")) [x1] -> GPrime (fg x1) _ -> error ("no Question " ++ show t) ``` -For the programmer, it is enougo to know: +For the programmer, it is enough to know: - all GF names are in Haskell prefixed with ``G`` - ``gf`` translates from Haskell objects to GF trees - ``fg`` translates from GF trees to Haskell objects |
