Skip to content

Commit 5b33819

Browse files
committed
Updated a comment in PositionMacro.
1 parent 8df0613 commit 5b33819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalactic-macro/src/main/scala/org/scalactic/source/PositionMacro.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object PositionMacro {
3636

3737
import treeBuild.{mkAttributedIdent, mkAttributedSelect}
3838

39-
// Because this macro is called so frequently, we use assign types to the trees as we build them, rather
39+
// Because this macro is called so frequently, we assign types as we build them, rather
4040
// than returning an untyped tree and letting the typechecker fill in the types.
4141
// (`setType` and `mkAttributedXxx` assign Tree.tpe.)
4242
def strLit(s: String) = {

0 commit comments

Comments
 (0)