Skip to content

Commit 88413ed

Browse files
committed
Fix a heading
1 parent 459280a commit 88413ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-orchestration-versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The version string can follow any format that suits your versioning strategy:
7878

7979
After you set the `defaultVersion`, all new orchestration instances will be permanently associated with that version.
8080

81-
### Version comparison rules
81+
#### Version comparison rules
8282

8383
When the `Strict` or `CurrentOrOlder` strategy is selected (see [Version matching](#version-matching)), the runtime compares the orchestration instance's version with the `defaultVersion` value of the worker using the following rules:
8484

0 commit comments

Comments
 (0)