Skip to content

Commit a06f525

Browse files
authored
Trivial typo: "me created" -> "be created"
1 parent 033f646 commit a06f525

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
@@ -102,7 +102,7 @@ Example of creating a new _ModelFactory_ and registering the _CarBlueprint_
102102
ModelFactory modelFactory = new ModelFactory();
103103
modelFactory.registerBlueprint( CarBlueprint.class );
104104

105-
A Model with a registered Blueprint can then me created by Class:
105+
A Model with a registered Blueprint can then be created by Class:
106106

107107
modelFactory.createModel(Car.class);
108108

0 commit comments

Comments
 (0)