Skip to content

Commit 768644e

Browse files
committed
spelling: succeeded
Signed-off-by: Josh Soref <[email protected]>
1 parent eaaa7a7 commit 768644e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-11-06-explicit-term-inference-in-scala-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Scala 3 allows you to define an *extension method*.
3535
Assume that you are working with `List[Try[String]]` and that you often need to retrieve
3636
the elements for which the computation succeeded.
3737

38-
Then you can extend this type to have a `collectSucceded` method:
38+
Then you can extend this type to have a `collectSucceeded` method:
3939

4040
```scala
4141
// ListTryOps.scala

0 commit comments

Comments
 (0)