Skip to content

Commit 279ce5d

Browse files
committed
spelling: meaningful
Signed-off-by: Josh Soref <[email protected]>
1 parent 8980a1f commit 279ce5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-05-07-release-notes-3.7.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Named Tuples, introduced as experimental in Scala 3.5, are now a stable feature.
2222
Named tuples are a convenient lightweight way to return multiple results from a function or to model the data using tuples while allowing you to use meaningful names for its fields.
2323

2424
```scala
25-
@main def meaningfullReturnTypes =
25+
@main def meaningfulReturnTypes =
2626
extension [T](seq: Seq[T])
2727
inline def partitionBy(predicate: PartialFunction[T, Boolean]): (matching: Seq[T], unmatched: Seq[T]) =
2828
seq.partition(predicate.unapply(_).getOrElse(false))

0 commit comments

Comments
 (0)