@@ -344,7 +344,7 @@ module SqlConstruction {
344344 * A data-flow node that executes SQL statements.
345345 *
346346 * 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`.
348348 *
349349 * Extend this class to refine existing API models. If you want to model new APIs,
350350 * extend `SqlExecution::Range` instead.
@@ -360,7 +360,7 @@ module SqlExecution {
360360 * A data-flow node that executes SQL statements.
361361 *
362362 * 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`.
364364 *
365365 * Extend this class to model new APIs. If you want to refine existing API models,
366366 * extend `SqlExecution` instead.
@@ -465,7 +465,7 @@ module XML {
465465 * A data-flow node that executes a xpath expression.
466466 *
467467 * 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`.
469469 *
470470 * Extend this class to refine existing API models. If you want to model new APIs,
471471 * extend `XPathExecution::Range` instead.
@@ -487,7 +487,7 @@ module XML {
487487 * A data-flow node that executes a XPath expression.
488488 *
489489 * 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`.
491491 *
492492 * Extend this class to model new APIs. If you want to refine existing API models,
493493 * extend `XPathExecution` instead.
0 commit comments