Skip to content

Commit 11d766c

Browse files
committed
spelling: constraints
1 parent d9a6a2b commit 11d766c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v1/result-summary.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,14 +271,14 @@ class StatementStatistics {
271271
}
272272

273273
/**
274-
* @return {Number} - Number of contraints added.
274+
* @return {Number} - Number of constraints added.
275275
*/
276276
constraintsAdded() {
277277
return this._stats.constraintsAdded;
278278
}
279279

280280
/**
281-
* @return {Number} - Number of contraints removed.
281+
* @return {Number} - Number of constraints removed.
282282
*/
283283
constraintsRemoved() {
284284
return this._stats.constraintsRemoved;

0 commit comments

Comments
 (0)