Skip to content

Commit a7c24b1

Browse files
committed
undo spurious edit
1 parent 9154a02 commit a7c24b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/typer/Nullables.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ object Nullables:
3838
if ctx.flexibleTypes then FlexibleType(hi) else OrType(hi, defn.NullType, soft = false)
3939
else hi
4040

41-
/** Create a nullable type bound
41+
/** Create a nullable type bound
4242
* If lo is `Null`, `| Null` is added to hi
4343
*/
4444
def createNullableTypeBounds(lo: Type, hi: Type)(using Context): TypeBounds =

0 commit comments

Comments
 (0)