Skip to content

Commit 6059284

Browse files
committed
Fix typos
1 parent 00bd310 commit 6059284

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2024-12-05-release-notes-3.6.2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: "Scala 3.6.2 is now available!"
88

99
We're happy to announce the next minor release of Scala - 3.6.2 is finally out!
1010

11-
# What happend to Scala 3.6.0 and 3.6.1?
11+
# What happened to Scala 3.6.0 and 3.6.1?
1212

1313
During the release of 3.6.0-RC1, an accident caused the publishing of artefacts versioned as 3.6.0 to the immutable Maven repository.
1414
To mitigate possible damage we've released a hotfix release 3.6.1 to prevent automatic tooling from using a broken version of the compiler.
@@ -20,7 +20,7 @@ We apologize to the Scala users for any inconvenience it might have caused.
2020

2121
# What’s new in Scala 3.6?
2222

23-
Besides multiple bugfixes, this release stabilises multiple experimental features introduced to Scala language after careful review and acceptance by the [Scala Improvement Proposal's Commitee](https://docs.scala-lang.org/sips/). Many of these changes can have a significant impact on the Scala syntax and are introducing new possibilities in writing concise, typesafe as well as easier, and easier to maintain code.
23+
Besides multiple bugfixes, this release stabilises multiple experimental features introduced to the Scala language after careful review and acceptance by the [Scala Improvement Proposal's Commitee](https://docs.scala-lang.org/sips/). Many of these changes can have a significant impact on the Scala syntax and are introducing new possibilities in writing concise, typesafe as well as easier, and easier to maintain code.
2424

2525
## SIP-47 - Clause Interleaving
2626

@@ -117,7 +117,7 @@ def Test = summon[InvF[B] =:= String] // was error: selector B does not uniquely
117117

118118
## Experimental SIP-62 - For-Comprehension Improvements
119119

120-
Starting with Scala 3.6.2 you can take advantage of improvements to the for-comprehesnions syntax.
120+
Starting with Scala 3.6.2 you can take advantage of improvements to the for-comprehensions syntax.
121121
Major user-facing improvement introduced by [SIP-62](https://docs.scala-lang.org/sips/better-fors.html) is the ability to start a for-comprehension block with aliases:
122122

123123
```scala
@@ -184,7 +184,7 @@ The compiler can provide you with automatic rewrites introducing now required na
184184

185185
## Experimental SIP-58 - Named Tuples
186186

187-
Named Tuples have been introduced as experimental in Scala 3.5.0. This feature is now ready to be tested, but is not yet stablized.
187+
Named Tuples have been introduced as experimental in Scala 3.5.0. This feature is now ready to be tested, but is not yet stabilized.
188188
We encourage you to try named tuples and to report your feedback [on the public forum](https://contributors.scala-lang.org/t/pre-sip-named-tuples).
189189
Named Tuples allow you to give meaningful names to tuple elements and use those names during constructing, destructuring, and pattern matching.
190190

0 commit comments

Comments
 (0)