Skip to content

Commit ee1f999

Browse files
authored
Update 2024_12_30_dependency_injection_tf.md
cosmetics
1 parent 29b5fc5 commit ee1f999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2024_12_30_dependency_injection_tf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Where AppContextAsyncProviders is constructed in the same way as `AppContextProv
3737

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

40-
```
40+
```Scala
4141
trait AppContextAsyncProvider[F[_],T] {
4242

4343
def get: F[T]

0 commit comments

Comments
 (0)