Skip to content

Commit 5e8132a

Browse files
committed
test
1 parent 6faa628 commit 5e8132a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ class UserService(userRepo: UserRepository)(implicit ec: ExecutionContext) {
8888
}
8989
```
9090

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
91+
This is the basics for using the typed future in
92+
your code. The `IO` has the same API
9393
as the `Future`, and thanks to the type alias
9494
`type Future[+A] = IO[Throwable, A]` we don't need to rename `Future`s
9595
all over the code base.

0 commit comments

Comments
 (0)