Skip to content

Commit b4e7de0

Browse files
committed
Fix typo in lazyVals
1 parent 068fc8e commit b4e7de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/transform/LazyVals.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class LazyValTranformContext {
144144
* flag = true
145145
* target
146146
* }
147-
* }`
147+
* }
148148
*/
149149

150150
def mkNonThreadSafeDef(target: Symbol, flag: Symbol, rhs: Tree)(implicit ctx: Context) = {

0 commit comments

Comments
 (0)