summaryrefslogtreecommitdiff
path: root/05-types.md
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-03-25 16:35:28 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-03-25 16:35:28 -0700
commitc61f554acd65885cedee8ebae2bfaf2c9d70275a (patch)
tree2dc0c87f790bffccbe147cf392d5765f4c0578d6 /05-types.md
parent52898fad5e957f4367082a55effecc259549b2c7 (diff)
downloadscala-c61f554acd65885cedee8ebae2bfaf2c9d70275a.tar.gz
scala-c61f554acd65885cedee8ebae2bfaf2c9d70275a.tar.bz2
scala-c61f554acd65885cedee8ebae2bfaf2c9d70275a.zip
fix indentation for footnotes
Diffstat (limited to '05-types.md')
-rw-r--r--05-types.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/05-types.md b/05-types.md
index 1e7e422422..e544d01eb4 100644
--- a/05-types.md
+++ b/05-types.md
@@ -291,8 +291,8 @@ one of the component types $T_1 , \ldots , T_n$, the usual rules for
or definition is said to be “structural” [^2].
[^2]: A reference to a structurally defined member (method call or access
-to a value or variable) may generate binary code that is significantly
-slower than an equivalent code to a non-structural member.
+ to a value or variable) may generate binary code that is significantly
+ slower than an equivalent code to a non-structural member.
Within a method declaration in a structural refinement, the type of
any value parameter may only refer to type parameters or abstract