From a23898e7e19c6d255c262f7465b8bc8c6e0b9b5d Mon Sep 17 00:00:00 2001 From: Janek Bogucki Date: Mon, 10 Apr 2017 12:02:21 +0100 Subject: Fix Greek Mythology references in compiler package Improve documentation some packages and correct some typos in these directories, - compiler - library --- src/compiler/scala/tools/nsc/typechecker/AnalyzerPlugins.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/scala/tools/nsc/typechecker/AnalyzerPlugins.scala') diff --git a/src/compiler/scala/tools/nsc/typechecker/AnalyzerPlugins.scala b/src/compiler/scala/tools/nsc/typechecker/AnalyzerPlugins.scala index 9898cfd785..e9cce95096 100644 --- a/src/compiler/scala/tools/nsc/typechecker/AnalyzerPlugins.scala +++ b/src/compiler/scala/tools/nsc/typechecker/AnalyzerPlugins.scala @@ -38,7 +38,7 @@ trait AnalyzerPlugins { self: Analyzer => * Let analyzer plugins modify the type that has been computed for a tree. * * @param tpe The type inferred by the type checker, initially (for first plugin) `tree.tpe` - * @param typer The yper that type checked `tree` + * @param typer The typer that type checked `tree` * @param tree The type-checked tree * @param mode Mode that was used for typing `tree` * @param pt Expected type that was used for typing `tree` -- cgit v1.2.3