aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsenia-psm <seniapsm@gmail.com>2015-08-14 08:54:12 +0300
committersenia-psm <seniapsm@gmail.com>2015-08-14 08:54:12 +0300
commit7426fdd5c39df5e9d4b945fbb8966ad7efa30b64 (patch)
tree806a50968eeb25512b1ef4a45fcedfa5f2ab691a /docs
parentedabec89a4e3c0f1b65f90b9002167433db1b1cb (diff)
downloaddotty-7426fdd5c39df5e9d4b945fbb8966ad7efa30b64.tar.gz
dotty-7426fdd5c39df5e9d4b945fbb8966ad7efa30b64.tar.bz2
dotty-7426fdd5c39df5e9d4b945fbb8966ad7efa30b64.zip
Typo fix
Diffstat (limited to 'docs')
-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 56f85a2c9..2ca6424de 100644
--- a/docs/HigherKinded-v2.md
+++ b/docs/HigherKinded-v2.md
@@ -204,7 +204,7 @@ which in turn simplifies to `List[List[String]]`.
2nd Example: Consider the two aliases
- type RMap[K, V] = Map[V, K]]
+ type RMap[K, V] = Map[V, K]
type RRMap[K, V] = RMap[V, K]
These expand as follows: