Word mistake in factory/README.md #1601

This commit is contained in:
Girish Kulkarni 2020-11-30 15:26:01 +05:30 committed by GitHub
parent b8ecbaa451
commit 7931471b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ public enum CarType {
}
```
Then we have the static method `getCar` to create car objects encapsulated in the factory class
`CarSimpleFactory`.
`CarsFactory`.
```java
public class CarsFactory {