diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/flags.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 8d79233bc4..3e70be999b 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -828,7 +828,7 @@ <entry><option>-XNoMagicHash</option></entry> </row> <row> - <entry><option>-XExplicitForALl</option></entry> + <entry><option>-XExplicitForAll</option></entry> <entry>Enable <link linkend="explicit-foralls">explicit universal quantification</link>. Implied by <option>-XScopedTypeVariables</option>, <option>-XLiberalTypeSynonyms</option>, @@ -2646,7 +2646,7 @@ phase <replaceable>n</replaceable></entry> </row> <row> <entry><option>-fno-ghci-sandbox</option></entry> - <entry>Turn off the GHCi sandbox. Means computations are run in teh main thread, rather than a forked thread.</entry> + <entry>Turn off the GHCi sandbox. Means computations are run in the main thread, rather than a forked thread.</entry> <entry>dynamic</entry> <entry>-</entry> </row> |