@@ -344,7 +344,7 @@ module SqlConstruction {
344
344
* A data-flow node that executes SQL statements.
345
345
*
346
346
* If the context of interest is such that merely constructing an SQL statement
347
- * would be valuabe to report, then consider using `SqlConstruction`.
347
+ * would be valuable to report, then consider using `SqlConstruction`.
348
348
*
349
349
* Extend this class to refine existing API models. If you want to model new APIs,
350
350
* extend `SqlExecution::Range` instead.
@@ -360,7 +360,7 @@ module SqlExecution {
360
360
* A data-flow node that executes SQL statements.
361
361
*
362
362
* If the context of interest is such that merely constructing an SQL statement
363
- * would be valuabe to report, then consider using `SqlConstruction`.
363
+ * would be valuable to report, then consider using `SqlConstruction`.
364
364
*
365
365
* Extend this class to model new APIs. If you want to refine existing API models,
366
366
* extend `SqlExecution` instead.
@@ -465,7 +465,7 @@ module XML {
465
465
* A data-flow node that executes a xpath expression.
466
466
*
467
467
* If the context of interest is such that merely constructing an XPath expression
468
- * would be valuabe to report, then consider using `XPathConstruction`.
468
+ * would be valuable to report, then consider using `XPathConstruction`.
469
469
*
470
470
* Extend this class to refine existing API models. If you want to model new APIs,
471
471
* extend `XPathExecution::Range` instead.
@@ -487,7 +487,7 @@ module XML {
487
487
* A data-flow node that executes a XPath expression.
488
488
*
489
489
* If the context of interest is such that merely constructing an XPath expression
490
- * would be valuabe to report, then consider using `XPathConstruction`.
490
+ * would be valuable to report, then consider using `XPathConstruction`.
491
491
*
492
492
* Extend this class to model new APIs. If you want to refine existing API models,
493
493
* extend `XPathExecution` instead.
0 commit comments