summaryrefslogtreecommitdiff
path: root/05-types.md
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-03-11 17:50:24 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-03-11 18:01:06 -0700
commit507e58bef8dd7d0a77247e85d3180313d44bc45e (patch)
treed22bbceac25939d44268b3d7c5dae8560f3cc994 /05-types.md
parent09c957bef7b063353add3c04a9e0568aeed1eb30 (diff)
downloadscala-507e58bef8dd7d0a77247e85d3180313d44bc45e.tar.gz
scala-507e58bef8dd7d0a77247e85d3180313d44bc45e.tar.bz2
scala-507e58bef8dd7d0a77247e85d3180313d44bc45e.zip
github markdown: tables
Diffstat (limited to '05-types.md')
-rw-r--r--05-types.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/05-types.md b/05-types.md
index 876d8eea15..29eccb970c 100644
--- a/05-types.md
+++ b/05-types.md
@@ -149,12 +149,13 @@ Some type designators and their expansions are listed below. We assume
a local type parameter $t$, a value `maintable`
with a type member `Node` and the standard class `scala.Int`,
+| | |
|-------------------- | --------------------------|
|t | ε.type#t |
|Int | scala.type#Int |
|scala.Int | scala.type#Int |
|data.maintable.Node | data.maintable.type#Node |
-|-------------------- | --------------------------|
+
### Parameterized Types