We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5d062 commit 438c74dCopy full SHA for 438c74d
compiler/src/dotty/tools/dotc/interactive/Completion.scala
@@ -241,7 +241,7 @@ object Completion {
241
* 5. are the module class in case of packages,
242
* 6. are mutable accessors, to exclude setters for `var`,
243
* 7. symbol is not a package object
244
- * 8. symbol is not an atifact of the compiler
+ * 8. symbol is not an artifact of the compiler
245
* 9. have same term/type kind as name prefix given so far
246
*/
247
private def include(sym: Symbol, nameInScope: Name)(implicit ctx: Context): Boolean =
0 commit comments