Skip to content

Commit d29dfdf

Browse files
Remove duplicated https protocol (#639)
Signed-off-by: Tomas David <[email protected]>
1 parent 60b92d1 commit d29dfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3244,7 +3244,7 @@ Depending on the function `type`, the `operation` property can be:
32443244
* If `type` is `graphql`, a combination of the GraphQL schema definition URI and the particular service name and service method name that needs to be invoked, separated by a '#'.
32453245
For example `file://myuserservice.proto#UserService#ListUsers`.
32463246
* If `type` is `odata`, a combination of the GraphQL schema definition URI and the particular service name and service method name that needs to be invoked, separated by a '#'.
3247-
For example `https://https://services.odata.org/V3/OData/OData.svc#Products`.
3247+
For example `https://services.odata.org/V3/OData/OData.svc#Products`.
32483248
* If `type` is `expression`, defines the expression syntax. Take a look at the [workflow expressions section](#Workflow-Expressions) for more information on this.
32493249

32503250
Defining custom function types is possible, for more information on that refer to the [Defining custom function types](#defining-custom-function-types) section.

0 commit comments

Comments
 (0)