@@ -110,10 +110,10 @@ public void areWellImplemented() {
110
110
111
111
/**
112
112
* Indicates, that class should be constructed using given constructor parameters. Constructor will be selected
113
- * based on constructor paramter 's types.
113
+ * based on constructor parameter 's types.
114
114
*
115
115
* @param qualifiedClassName class to instantiate
116
- * @param constructorParameters constructor paramters
116
+ * @param constructorParameters constructor parameters
117
117
* @param constructorParameterTypes constructor parameter's types
118
118
*
119
119
* @return itself
@@ -130,10 +130,10 @@ public AbstractAssertion create(final String qualifiedClassName, final Object[]
130
130
131
131
/**
132
132
* Indicates, that class should be constructed using given constructor parameters. Constructor will be selected
133
- * based on constructor paramter 's types.
133
+ * based on constructor parameter 's types.
134
134
*
135
135
* @param qualifiedClassName class to instantiate
136
- * @param constructorParameters constructor paramters
136
+ * @param constructorParameters constructor parameters
137
137
*
138
138
* @return itself
139
139
*
@@ -150,10 +150,10 @@ public AbstractAssertion create(final String qualifiedClassName, final Construct
150
150
151
151
/**
152
152
* Indicates, that class should be constructed using given constructor parameters. Constructor will be selected
153
- * based on constructor paramter 's types.
153
+ * based on constructor parameter 's types.
154
154
*
155
155
* @param clazz class to instantiate
156
- * @param constructorParameters constructor paramters
156
+ * @param constructorParameters constructor parameters
157
157
* @param constructorParameterTypes constructor parameter's types
158
158
*
159
159
* @return itself
@@ -171,10 +171,10 @@ public AbstractAssertion create(final Class<?> clazz, final Object[] constructor
171
171
172
172
/**
173
173
* Indicates, that class should be constructed using given constructor parameters. Constructor will be selected
174
- * based on constructor paramter 's types.
174
+ * based on constructor parameter 's types.
175
175
*
176
176
* @param clazz class to instantiate
177
- * @param constructorParameters constructor paramters
177
+ * @param constructorParameters constructor parameters
178
178
*
179
179
* @return itself
180
180
*
0 commit comments