File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ Do this instead:
78
78
).provideLayer(UUIDGenerator .live)
79
79
```
80
80
81
- The best way to inject a ` UUIDGenerator ` or a ` TypeIDGenerator ` instance is to inject its ` live ` layer in the boot sequence of your program
82
- so that the same instance is reused everywhere in your program and you don't risk any issue.
81
+ ** The best way to inject a ` UUIDGenerator ` or a ` TypeIDGenerator ` instance is to inject its ` live ` layer in the boot sequence of your program
82
+ so that the same instance is reused everywhere in your program and you don't risk any issue.**
83
83
84
84
## Documentation
85
85
Original file line number Diff line number Diff line change @@ -78,5 +78,5 @@ Do this instead:
78
78
).provideLayer(UUIDGenerator .live)
79
79
```
80
80
81
- The best way to inject a ` UUIDGenerator ` or a ` TypeIDGenerator ` instance is to inject its ` live ` layer in the boot sequence of your program
82
- so that the same instance is reused everywhere in your program and you don't risk any issue.
81
+ ** The best way to inject a ` UUIDGenerator ` or a ` TypeIDGenerator ` instance is to inject its ` live ` layer in the boot sequence of your program
82
+ so that the same instance is reused everywhere in your program and you don't risk any issue.**
You can’t perform that action at this time.
0 commit comments