summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2017-03-20 17:08:24 -0700
committerSeth Tisue <seth@tisue.net>2017-03-20 17:24:30 -0700
commit8690809333162520cdd274270a8bc8d0f7402d38 (patch)
tree63d50adf13f0409c93fe0e655ed0e598fca089c0 /spec
parent8177b99fa64e4792e427ebc65946d2158ae0150e (diff)
downloadscala-8690809333162520cdd274270a8bc8d0f7402d38.tar.gz
scala-8690809333162520cdd274270a8bc8d0f7402d38.tar.bz2
scala-8690809333162520cdd274270a8bc8d0f7402d38.zip
fix typos
Diffstat (limited to 'spec')
-rw-r--r--spec/06-expressions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/06-expressions.md b/spec/06-expressions.md
index 581170c5f9..0e84c427f6 100644
--- a/spec/06-expressions.md
+++ b/spec/06-expressions.md
@@ -455,7 +455,7 @@ $e$.
Type applications can be omitted if
[local type inference](#local-type-inference) can infer best type parameters
-for a polymorphic functions from the types of the actual function arguments
+for a polymorphic function from the types of the actual function arguments
and the expected result type.
## Tuples