Skip to content

Commit 07c6d63

Browse files
committed
Update README.md
1 parent 2d40dd5 commit 07c6d63

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
@@ -12,9 +12,9 @@ Note this is not a complete implementation of `javax.inject` or `jakarta.inject`
1212

1313
### The `@Scope` and `@Singleton` annotations are ignored.
1414

15-
Instead there's a simple rule:
15+
Instead there's the following rule:
1616

17-
> If two beans of the *same type* and *same qualifier* are injected by the *same component*, then they are the same bean instance.
17+
> If two beans of the *same type* and *same qualifier* are injected by the *same component*, then they are the *same instance*.
1818
1919
Intuitively this means a component injects the same bean instance everywhere (unless of course you're using qualifiers or inject a provider).
2020

0 commit comments

Comments
 (0)