aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2017-01-10 20:34:38 +0700
committerMartin Odersky <odersky@gmail.com>2017-01-10 20:34:38 +0700
commit8464c16181474b625a3269e2c5b1f80a4a88482c (patch)
tree9ca78148d6ebf77650f701ee82c6c0f117d2dd5c /compiler/src/dotty/tools/dotc/core
parentbb81d5d54bf95a417d555586cff403c4bb76455f (diff)
downloaddotty-8464c16181474b625a3269e2c5b1f80a4a88482c.tar.gz
dotty-8464c16181474b625a3269e2c5b1f80a4a88482c.tar.bz2
dotty-8464c16181474b625a3269e2c5b1f80a4a88482c.zip
Address reviewer comments
Diffstat (limited to 'compiler/src/dotty/tools/dotc/core')
-rw-r--r--compiler/src/dotty/tools/dotc/core/Definitions.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/dotty/tools/dotc/core/Definitions.scala b/compiler/src/dotty/tools/dotc/core/Definitions.scala
index 6e67087a3..1a6b04a18 100644
--- a/compiler/src/dotty/tools/dotc/core/Definitions.scala
+++ b/compiler/src/dotty/tools/dotc/core/Definitions.scala
@@ -27,7 +27,7 @@ object Definitions {
*/
val MaxImplementedFunctionArity = 22
- /** The maximal arity of a function thta can be accessed as member of a structrual type */
+ /** The maximal arity of a function that can be accessed as member of a structural type */
val MaxStructuralMethodArity = 7
}