We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6faa628 commit 5e8132aCopy full SHA for 5e8132a
README.md
@@ -88,8 +88,8 @@ class UserService(userRepo: UserRepository)(implicit ec: ExecutionContext) {
88
}
89
```
90
91
-This is the basics of how to enable the use of a typed future in
92
-your future based code. The `IO` has the same API
+This is the basics for using the typed future in
+your code. The `IO` has the same API
93
as the `Future`, and thanks to the type alias
94
`type Future[+A] = IO[Throwable, A]` we don't need to rename `Future`s
95
all over the code base.
0 commit comments