corrected spelling
authorhaftmann
Sat, 18 Feb 2012 20:12:16 +0100
changeset 46520 a0abc2ea815e
parent 46519 17dde5feea4b
child 46521 addcdf0dd283
corrected spelling
doc-src/Codegen/Thy/Further.thy
--- a/doc-src/Codegen/Thy/Further.thy	Sat Feb 18 20:11:58 2012 +0100
+++ b/doc-src/Codegen/Thy/Further.thy	Sat Feb 18 20:12:16 2012 +0100
@@ -18,7 +18,7 @@
     \item @{text Scala} sacrifices Hindely-Milner type inference for a
       much more rich type system with subtyping etc.  For this reason
       type arguments sometimes have to be given explicitly in square
-      brackets (mimicing System F syntax).
+      brackets (mimicking System F syntax).
 
     \item In contrast to @{text Haskell} where most specialities of
       the type system are implemented using \emph{type classes},