Skip to content

Commit f5a6161

Browse files
authored
Merge pull request iluwatar#1604 from gkulkarni2020/master
Word mistake in factory/README.md iluwatar#1601 closes iluwatar#1601
2 parents c282ab8 + 76eefa8 commit f5a6161

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)