From 1ca0b92cac23dba6afbc0dcb173eeedc9e93368a Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Fri, 22 Apr 2022 10:50:49 +0200 Subject: [PATCH] Fix typos --- .../tasty-inspector/stdlibExperimentalDefinitions.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala b/tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala index 7148a8c692ba..63b95c280b61 100644 --- a/tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala +++ b/tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala @@ -10,7 +10,7 @@ val experimentalDefinitionInLibrary = Set( //// New feature: Safe Exceptions - // Can be stabilized when safe exeptions language feature is stabilized. + // Can be stabilized when safe exceptions language feature is stabilized. "scala.CanThrow", "scala.unsafeExceptions", "scala.unsafeExceptions$", "scala.runtime.$throws$package$.$throws", @@ -102,7 +102,7 @@ val experimentalDefinitionInLibrary = Set( |Found @experimental definition in library not listed: |${missingFromList.toSeq.sorted.mkString("\n")} | - |If added new experimental defintions to the library, add them to the list in tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala + |If added new experimental definitions to the library, add them to the list in tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala | |Test only: sbt "scala3-bootstrapped/testCompilation tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala" |""".stripMargin