Skip to content

Commit a63df8a

Browse files
authored
fixing toc indent (#415)
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent cc236ac commit a63df8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
+ [Using Functions For GraphQL Service Invocations](#using-functions-for-graphql-service-invocations)
2929
- [Invoking a GraphQL `Query`](#invoking-a-graphql-query)
3030
- [Invoking a GraphQL `Mutation`](#invoking-a-graphql-mutation)
31-
* [Using Functions For Expression Evaluation](#using-functions-for-expression-evaluation)
31+
+ [Using Functions For Expression Evaluation](#using-functions-for-expression-evaluation)
3232
* [Workflow Expressions](#workflow-expressions)
3333
* [Workflow Definition Structure](#workflow-definition-structure)
3434
+ [Workflow States](#workflow-states)
@@ -1293,7 +1293,7 @@ Note that GraphQL Subscriptions are not supported at this time.
12931293

12941294
For more information about functions, reference the [Functions definitions](#Function-Definition) section.
12951295

1296-
### Using Functions For Expression Evaluation
1296+
#### Using Functions For Expression Evaluation
12971297

12981298
In addition to defining RESTful, RPC and GraphQL services and their operations, workflow [functions definitions](#Function-Definition)
12991299
can also be used to define expressions that should be evaluated during workflow execution.

0 commit comments

Comments
 (0)