We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033f646 commit a06f525Copy full SHA for a06f525
README.md
@@ -102,7 +102,7 @@ Example of creating a new _ModelFactory_ and registering the _CarBlueprint_
102
ModelFactory modelFactory = new ModelFactory();
103
modelFactory.registerBlueprint( CarBlueprint.class );
104
105
-A Model with a registered Blueprint can then me created by Class:
+A Model with a registered Blueprint can then be created by Class:
106
107
modelFactory.createModel(Car.class);
108
0 commit comments