Skip to content

Commit 5ed5ef8

Browse files
committed
Fix typo
1 parent f0fe97f commit 5ed5ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/config/Config.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ object Config {
4949
* compiling all of dotty together (source seems to be in GenBCode which
5050
* accesses javac's settings.)
5151
*
52-
* It is recommended to turn this option on only w zhen chasing down
52+
* It is recommended to turn this option on only when chasing down
5353
* a TypeParamRef instantiation error. See comment in Types.TypeVar.instantiate.
5454
*/
5555
inline val debugCheckConstraintsClosed = false

0 commit comments

Comments
 (0)