File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/reflect/scala/reflect/api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ package api
9
9
* ''Note: this trait should typically be used only rarely.''
10
10
*
11
11
* Reflection artifacts, such as [[scala.reflect.api.Symbols Symbols ]] and [[scala.reflect.api.Types Types ]],
12
- * are contained in [[scala.reflect.api.Universes Universe ]]s. Typically all processing happens
12
+ * are contained in [[scala.reflect.api.Universe Universe ]]s. Typically all processing happens
13
13
* within a single `Universe` (e.g. a compile-time macro `Universe` or a runtime reflection `Universe`), but sometimes
14
14
* there is a need to migrate artifacts from one `Universe` to another. For example, runtime compilation works by
15
15
* importing runtime reflection trees into a runtime compiler universe, compiling the importees and exporting the
@@ -101,4 +101,4 @@ trait Importers { self: Universe =>
101
101
*/
102
102
def importPosition (pos : from.Position ): Position
103
103
}
104
- }
104
+ }
You can’t perform that action at this time.
0 commit comments