Skip to content

Commit

Permalink
Update 2024_12_30_dependency_injection_tf.md
Browse files Browse the repository at this point in the history
cosmetics
  • Loading branch information
rssh authored Dec 30, 2024
1 parent 29b5fc5 commit ee1f999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024_12_30_dependency_injection_tf.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Where AppContextAsyncProviders is constructed in the same way as `AppContextProv

Before diving into details, let’s speak about the second difference: monadic (or asynchronous) retrieving of dependencies:

```
```Scala
trait AppContextAsyncProvider[F[_],T] {

def get: F[T]
Expand Down

0 comments on commit ee1f999

Please sign in to comment.