Skip to content

Commit 438c74d

Browse files
Update compiler/src/dotty/tools/dotc/interactive/Completion.scala
Co-Authored-By: nicolasstucki <[email protected]>
1 parent 2a5d062 commit 438c74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/interactive/Completion.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ object Completion {
241241
* 5. are the module class in case of packages,
242242
* 6. are mutable accessors, to exclude setters for `var`,
243243
* 7. symbol is not a package object
244-
* 8. symbol is not an atifact of the compiler
244+
* 8. symbol is not an artifact of the compiler
245245
* 9. have same term/type kind as name prefix given so far
246246
*/
247247
private def include(sym: Symbol, nameInScope: Name)(implicit ctx: Context): Boolean =

0 commit comments

Comments
 (0)