Skip to content

Commit 95756e6

Browse files
committed
Fix README
1 parent b90071d commit 95756e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ __Design for Testability Patterns__:
6060

6161
| Pattern | Description |
6262
|:-------:| ----------- |
63-
| [constructor_injection](dft/constructor_injection.py) | the client provides the depended-on object to the SUT via the class construtor (implmentation variant of dependency injection) |
63+
| [setter_injection](dft/setter_injection.py) | the client provides the depended-on object to the SUT via the setter injection (implementation variant of dependency injection) |
6464

6565
__Fundamental Patterns__:
6666

0 commit comments

Comments
 (0)