Skip to content

Commit 5632f68

Browse files
committed
hotfix specify that remote data can be used in docs.
1 parent afb160d commit 5632f68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/buildParameters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export type EvaluationParameters = {
2222
* This function gathers and constructs all the necessary operational arguments for invoking the CQL
2323
* Language Service CLI. It retrieves and organizes the data points from the local environment,
2424
* which include CQL files, terminology, and test data, to prepare for evaluation. Currently, only local
25-
* paths are supported, but the design anticipates potential future support for remote URLs or database
25+
* paths are supported(other than remote data), but the design anticipates potential future support for remote URLs or database
2626
* locations.
2727
*
2828
* **Quick Examples:**

0 commit comments

Comments
 (0)