Skip to content

Commit 7931471

Browse files
Word mistake in factory/README.md iluwatar#1601
1 parent b8ecbaa commit 7931471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

factory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public enum CarType {
8181
}
8282
```
8383
Then we have the static method `getCar` to create car objects encapsulated in the factory class
84-
`CarSimpleFactory`.
84+
`CarsFactory`.
8585

8686
```java
8787
public class CarsFactory {

0 commit comments

Comments
 (0)