aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNada Amin <namin@alum.mit.edu>2014-07-19 11:49:31 +0200
committerNada Amin <namin@alum.mit.edu>2014-07-19 11:49:31 +0200
commitf4d0b53db6922277e902273964d20b5570e6c9e7 (patch)
tree51f7376cdce13217ce4bd4effb03e091ea0cf091
parent9e1759f34dcfa90f688ef560c90f209dcb9b1374 (diff)
downloaddotty-f4d0b53db6922277e902273964d20b5570e6c9e7.tar.gz
dotty-f4d0b53db6922277e902273964d20b5570e6c9e7.tar.bz2
dotty-f4d0b53db6922277e902273964d20b5570e6c9e7.zip
minor typo
-rw-r--r--docs/HigherKinded-v2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HigherKinded-v2.md b/docs/HigherKinded-v2.md
index 3cb722e98..e08002418 100644
--- a/docs/HigherKinded-v2.md
+++ b/docs/HigherKinded-v2.md
@@ -75,7 +75,7 @@ Type parameters in the encodings
The notion of type parameters makes sense even for encoded types,
which do not contain parameter lists in their syntax. Specifically,
the type parameters of a type are a sequence of type fields that
-correspond to paraneters in the unencoded type. They are determined as
+correspond to parameters in the unencoded type. They are determined as
follows.
- The type parameters of a class or trait type are those parameter fields declared in the class