Skip to content

Commit af34319

Browse files
Merge pull request #15003 from dotty-staging/fix-typos-2
Fix typos
2 parents c7c3c14 + 1ca0b92 commit af34319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ val experimentalDefinitionInLibrary = Set(
1010

1111

1212
//// New feature: Safe Exceptions
13-
// Can be stabilized when safe exeptions language feature is stabilized.
13+
// Can be stabilized when safe exceptions language feature is stabilized.
1414
"scala.CanThrow",
1515
"scala.unsafeExceptions", "scala.unsafeExceptions$",
1616
"scala.runtime.$throws$package$.$throws",
@@ -102,7 +102,7 @@ val experimentalDefinitionInLibrary = Set(
102102
|Found @experimental definition in library not listed:
103103
|${missingFromList.toSeq.sorted.mkString("\n")}
104104
|
105-
|If added new experimental defintions to the library, add them to the list in tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala
105+
|If added new experimental definitions to the library, add them to the list in tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala
106106
|
107107
|Test only: sbt "scala3-bootstrapped/testCompilation tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala"
108108
|""".stripMargin

0 commit comments

Comments
 (0)