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 d9a6a2b commit 11d766cCopy full SHA for 11d766c
src/v1/result-summary.js
@@ -271,14 +271,14 @@ class StatementStatistics {
271
}
272
273
/**
274
- * @return {Number} - Number of contraints added.
+ * @return {Number} - Number of constraints added.
275
*/
276
constraintsAdded() {
277
return this._stats.constraintsAdded;
278
279
280
281
- * @return {Number} - Number of contraints removed.
+ * @return {Number} - Number of constraints removed.
282
283
constraintsRemoved() {
284
return this._stats.constraintsRemoved;
0 commit comments