Skip to content

Commit ca94279

Browse files
committed
minor cleanup
1 parent 3c4c4ed commit ca94279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2025_12_01_implicit_search_priority.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ When no `AppContextProviders` is in scope:
8282
3. Falls back to `fromProvider` which delegates to `AppContextProvider[T]`
8383
4. The companion-defined provider is used as expected
8484

85-
Now It Works as Expected
85+
Now it works as expected:
8686

8787
```scala
8888
class Component(using AppContextProviders[(Dependency1, Dependency2)]) {

0 commit comments

Comments
 (0)